Searched refs:arg_format (Results 1 – 2 of 2) sorted by relevance
399 snd_pcm_format_t arg_format = SND_PCM_FORMAT_S16_LE; in parse_config() local464 arg_format = snd_pcm_format_value(optarg); in parse_config()465 if (arg_format == SND_PCM_FORMAT_UNKNOWN) { in parse_config()467 arg_format = SND_PCM_FORMAT_S16_LE; in parse_config()614 play->format = capt->format = arg_format; in parse_config()
119 const char *arg_format, ...);