Searched refs:chmap_kctl (Results 1 – 3 of 3) sorted by relevance
1141 if (pcm->streams[cidx].chmap_kctl) { in snd_pcm_dev_disconnect()1142 snd_ctl_remove(pcm->card, pcm->streams[cidx].chmap_kctl); in snd_pcm_dev_disconnect()1143 pcm->streams[cidx].chmap_kctl = NULL; in snd_pcm_dev_disconnect()
2566 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()2623 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
518 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member