Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/oss/
Dlinear.c166 if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) || in snd_pcm_plugin_build_linear()
167 !snd_pcm_format_linear(dst_format->format))) in snd_pcm_plugin_build_linear()
Dpcm_plugin.c329 if (snd_pcm_format_linear(format)) { in snd_pcm_plug_slave_format()
425 ! snd_pcm_format_linear(srcformat.format)) { in snd_pcm_plug_format_plugins()
502 else if (snd_pcm_format_linear(srcformat.format) && in snd_pcm_plug_format_plugins()
503 snd_pcm_format_linear(tmpformat.format)) { in snd_pcm_plug_format_plugins()
Dmulaw.c332 if (!snd_pcm_format_linear(format->format)) in snd_pcm_plugin_build_mulaw()
/linux-6.6.21/sound/core/
Dpcm_misc.c300 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() function
304 EXPORT_SYMBOL(snd_pcm_format_linear);
/linux-6.6.21/include/sound/
Dpcm.h1108 int snd_pcm_format_linear(snd_pcm_format_t format);
/linux-6.6.21/sound/soc/fsl/
Dfsl_easrc.c1058 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()