Lines Matching defs:chmap
46 snd_pcm_chmap_query_t **chmap;
302 if (null->chmap)
303 return _snd_pcm_copy_chmap_query(null->chmap);
311 if (null->chmap)
312 return _snd_pcm_choose_fixed_chmap(pcm, null->chmap);
438 [chmap MAP] # Provide channel maps; MAP is a string array
470 snd_pcm_chmap_query_t **chmap = NULL;
480 if (strcmp(id, "chmap") == 0) {
481 snd_pcm_free_chmaps(chmap);
482 chmap = _snd_pcm_parse_config_chmaps(n);
483 if (!chmap) {
490 snd_pcm_free_chmaps(chmap);
495 snd_pcm_free_chmaps(chmap);
500 null->chmap = chmap;