Searched refs:snd_pcm_format_linear (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/oss/
H A Dlinear.c164 if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) || snd_pcm_plugin_build_linear()
165 !snd_pcm_format_linear(dst_format->format))) snd_pcm_plugin_build_linear()
H A Dpcm_plugin.c320 if (snd_pcm_format_linear(format)) { snd_pcm_plug_slave_format()
415 ! snd_pcm_format_linear(srcformat.format)) { snd_pcm_plug_format_plugins()
492 else if (snd_pcm_format_linear(srcformat.format) && snd_pcm_plug_format_plugins()
493 snd_pcm_format_linear(tmpformat.format)) { snd_pcm_plug_format_plugins()
H A Dmulaw.c330 if (snd_BUG_ON(!snd_pcm_format_linear(format->format))) snd_pcm_plugin_build_mulaw()
/linux-4.1.27/sound/core/
H A Dpcm_misc.c271 * snd_pcm_format_linear - Check the PCM format is linear
276 int snd_pcm_format_linear(snd_pcm_format_t format) snd_pcm_format_linear() function
281 EXPORT_SYMBOL(snd_pcm_format_linear); variable
/linux-4.1.27/include/sound/
H A Dpcm.h1038 int snd_pcm_format_linear(snd_pcm_format_t format);

Completed in 116 milliseconds