Home
last modified time | relevance | path

Searched refs:chmap_kctl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm.c1138 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()
Dpcm_lib.c2564 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()
/linux-4.4.14/include/sound/
Dpcm.h509 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member