Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm.c1141 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()
Dpcm_lib.c2566 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()
/linux-4.1.27/include/sound/
Dpcm.h518 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member