Searched refs:chmap_kctl (Results 1 – 3 of 3) sorted by relevance
1138 if (pcm->streams[cidx].chmap_kctl) { in snd_pcm_dev_disconnect()1139 snd_ctl_remove(pcm->card, pcm->streams[cidx].chmap_kctl); in snd_pcm_dev_disconnect()1140 pcm->streams[cidx].chmap_kctl = NULL; in snd_pcm_dev_disconnect()
2564 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()2621 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
509 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member