Skip to content

Commit

Permalink
ALSA: Export snd_pcm_constraint_mask64()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Feb 20, 2014
1 parent 603597c commit 63a5d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/core/pcm_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63a5d4c

Please sign in to comment.