chmap_kctl        500 include/sound/pcm.h 	struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */
chmap_kctl        812 sound/core/pcm.c 	if (pstr->chmap_kctl) {
chmap_kctl        813 sound/core/pcm.c 		snd_ctl_remove(pstr->pcm->card, pstr->chmap_kctl);
chmap_kctl        814 sound/core/pcm.c 		pstr->chmap_kctl = NULL;
chmap_kctl       2400 sound/core/pcm_lib.c 	info->pcm->streams[info->stream].chmap_kctl = NULL;
chmap_kctl       2434 sound/core/pcm_lib.c 	if (WARN_ON(pcm->streams[stream].chmap_kctl))
chmap_kctl       2459 sound/core/pcm_lib.c 	pcm->streams[stream].chmap_kctl = info->kctl;