Home
last modified time | relevance | path

Searched refs:phys_width (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_misc.c387 int phys_width = snd_pcm_format_physical_width(format); in snd_pcm_format_size() local
388 if (phys_width < 0) in snd_pcm_format_size()
390 return samples * phys_width / 8; in snd_pcm_format_size()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_misc.c391 int phys_width = snd_pcm_format_physical_width(format); in snd_pcm_format_size() local
392 if (phys_width < 0) in snd_pcm_format_size()
394 return samples * phys_width / 8; in snd_pcm_format_size()

Completed in 2 milliseconds