Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63a5d4c6 authored by Mark Brown's avatar Mark Brown
Browse files

ALSA: Export snd_pcm_constraint_mask64()



Allow modules to use it, fixing a build failure when the newly added
ADAU1977 driver is built as a module.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 603597c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1242,6 +1242,7 @@ int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_par
		return -EINVAL;
	return 0;
}
EXPORT_SYMBOL(snd_pcm_hw_constraint_mask64);

/**
 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval