Lines Matching defs:chmap
116 /* for chmap */
1315 * chmap-related blocks
1852 [chmap MAP] # Override channel maps; MAP is a string array
1890 snd_pcm_chmap_query_t **chmap = NULL;
2017 if (strcmp(id, "chmap") == 0) {
2018 snd_pcm_free_chmaps(chmap);
2019 chmap = _snd_pcm_parse_config_chmaps(n);
2020 if (!chmap) {
2077 if (chmap)
2078 hw->chmap_override = chmap;
2084 snd_pcm_free_chmaps(chmap);