Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm.c2001 static const char *const snd_pcm_format_descriptions[] = { variable
2169 return snd_pcm_format_descriptions[format]; in snd_pcm_format_description()
2191 if (snd_pcm_format_descriptions[format] && in snd_pcm_format_value()
2192 strcasecmp(name, snd_pcm_format_descriptions[format]) == 0) { in snd_pcm_format_value()

Completed in 11 milliseconds