Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
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()