Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/
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 4 milliseconds