Lines Matching refs:format
217 * snd_pcm_format_name - Return a name string for the given PCM format
218 * @format: PCM format
220 * Return: the format name string
222 const char *snd_pcm_format_name(snd_pcm_format_t format)
224 if ((__force unsigned int)format >= ARRAY_SIZE(snd_pcm_format_names))
226 return snd_pcm_format_names[(__force unsigned int)format];
304 static const char *snd_pcm_oss_format_name(int format)
306 switch (format) {
396 snd_iprintf(buffer, "format: %s\n", snd_pcm_format_name(runtime->format));
404 snd_iprintf(buffer, "OSS format: %s\n", snd_pcm_oss_format_name(runtime->oss.format));