Searched refs:slave_map (Results 1 – 2 of 2) sorted by relevance
636 snd_pcm_chmap_t *map, *slave_map; in snd_pcm_route_get_chmap() local642 slave_map = snd_pcm_generic_get_chmap(pcm); in snd_pcm_route_get_chmap()643 if (!slave_map) in snd_pcm_route_get_chmap()648 free(slave_map); in snd_pcm_route_get_chmap()659 map->pos[c] = slave_map->pos[dst]; in snd_pcm_route_get_chmap()662 free(slave_map); in snd_pcm_route_get_chmap()
1383 char slave_map[32] = { 0 }; in snd_pcm_share_open() local1392 if (channels_map[k] >= sizeof(slave_map) / sizeof(slave_map[0])) { in snd_pcm_share_open()1396 if (slave_map[channels_map[k]]) { in snd_pcm_share_open()1400 slave_map[channels_map[k]] = 1; in snd_pcm_share_open()1509 if (slave_map[sh->slave_channels[k]]) { in snd_pcm_share_open()