Home
last modified time | relevance | path

Searched refs:format_width (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dframer-codec.c157 unsigned int format_width; in framer_formats() local
169 format_width = snd_pcm_format_physical_width(format); in framer_formats()
170 if (format_width == 0 || format_width % 8) in framer_formats()
177 if (format_width > chan_width || chan_width % format_width) in framer_formats()
/linux-6.12.1/sound/soc/fsl/
Dfsl_qmc_audio.c745 unsigned int format_width; in qmc_audio_formats() local
764 format_width = snd_pcm_format_physical_width(format); in qmc_audio_formats()
765 if (format_width == 0 || format_width % 8) in qmc_audio_formats()
772 if (format_width > chan_width || chan_width % format_width) in qmc_audio_formats()
779 if (is_noninterleaved && format_width != chan_width) in qmc_audio_formats()
/linux-6.12.1/sound/soc/ti/
Ddavinci-mcasp.c1352 int format_width; in davinci_mcasp_hw_rule_format_width() local
1356 format_width = rd->mcasp->max_format_width; in davinci_mcasp_hw_rule_format_width()
1360 if (snd_pcm_format_width(i) == format_width) { in davinci_mcasp_hw_rule_format_width()
/linux-6.12.1/sound/pci/
Dazt3328.c1200 unsigned int format_width, in snd_azf3328_codec_setfmt() argument
1244 if (format_width == 16) in snd_azf3328_codec_setfmt()