diff options
author | Mark Brown <broonie@linaro.org> | 2014-02-20 12:13:52 +0900 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-20 17:42:59 +0900 |
commit | 63a5d4c6a71fda7ac567627d6ac4a74e9555e97c (patch) | |
tree | 42deb8fe837023cd6088368565d5ff053e83ac51 /sound/core/pcm_lib.c | |
parent | 603597c9375b8162edae3231dd4cc7f1f500de79 (diff) | |
download | op-kernel-dev-63a5d4c6a71fda7ac567627d6ac4a74e9555e97c.zip op-kernel-dev-63a5d4c6a71fda7ac567627d6ac4a74e9555e97c.tar.gz |
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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/pcm_lib.c')
-rw-r--r-- | sound/core/pcm_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c index a210467..5dcf88b 100644 --- a/sound/core/pcm_lib.c +++ b/sound/core/pcm_lib.c @@ -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 |