Re: [PATCH] ALSA: pcm: export some constraint functions

2014-02-06 Thread Takashi Iwai
At Thu, 6 Feb 2014 09:41:48 +0100, Jean-Francois Moine wrote: > > The functions snd_pcm_hw_constraint_mask() and > snd_pcm_hw_constraint_mask64() are needed to add audio constraints > to substreams at open/startup time. > This patch makes them available to ALSA modules. I guess it's a part of ser

[PATCH] ALSA: pcm: export some constraint functions

2014-02-06 Thread Jean-Francois Moine
The functions snd_pcm_hw_constraint_mask() and snd_pcm_hw_constraint_mask64() are needed to add audio constraints to substreams at open/startup time. This patch makes them available to ALSA modules. Signed-off-by: Jean-Francois Moine --- sound/core/pcm_lib.c | 2 ++ 1 file changed, 2 insertions(