Home
last modified time | relevance | path

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

/third_party/alsa-utils/speaker-test/
Dspeaker-test.c580 static int config_chmap(snd_pcm_t *handle, const char *mapstr) in config_chmap() argument
584 if (mapstr) { in config_chmap()
585 channel_map = snd_pcm_chmap_parse_string(mapstr); in config_chmap()
587 fprintf(stderr, _("Unable to parse channel map string: %s\n"), mapstr); in config_chmap()
592 fprintf(stderr, _("Unable to set channel map: %s\n"), mapstr); in config_chmap()