Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/oss/
Dlinear.c164 if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) || in snd_pcm_plugin_build_linear()
165 !snd_pcm_format_linear(dst_format->format))) in snd_pcm_plugin_build_linear()
Dpcm_plugin.c318 if (snd_pcm_format_linear(format)) { in snd_pcm_plug_slave_format()
413 ! snd_pcm_format_linear(srcformat.format)) { in snd_pcm_plug_format_plugins()
490 else if (snd_pcm_format_linear(srcformat.format) && in snd_pcm_plug_format_plugins()
491 snd_pcm_format_linear(tmpformat.format)) { in snd_pcm_plug_format_plugins()
Dmulaw.c330 if (snd_BUG_ON(!snd_pcm_format_linear(format->format))) in snd_pcm_plugin_build_mulaw()
/linux-3.4.99/sound/core/
Dpcm_misc.c256 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() function
261 EXPORT_SYMBOL(snd_pcm_format_linear);
/linux-3.4.99/include/sound/
Dpcm.h843 int snd_pcm_format_linear(snd_pcm_format_t format);