Home
last modified time | relevance | path

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

/linux-5.19.10/sound/core/
Dpcm.c166 static const char * const snd_pcm_format_names[] = { variable
222 if ((__force unsigned int)format >= ARRAY_SIZE(snd_pcm_format_names)) in snd_pcm_format_name()
224 return snd_pcm_format_names[(__force unsigned int)format]; in snd_pcm_format_name()