Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm.c152 static const char * const snd_pcm_format_names[] = { variable
216 if (format_num >= ARRAY_SIZE(snd_pcm_format_names) || !snd_pcm_format_names[format_num]) in snd_pcm_format_name()
218 return snd_pcm_format_names[format_num]; in snd_pcm_format_name()