Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm.c874 if (pstr->chmap_kctl) { in free_chmap()
875 snd_ctl_remove(pstr->pcm->card, pstr->chmap_kctl); in free_chmap()
876 pstr->chmap_kctl = NULL; in free_chmap()
Dpcm_lib.c2405 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()
2439 if (WARN_ON(pcm->streams[stream].chmap_kctl)) in snd_pcm_add_chmap_ctls()
2464 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
/Linux-v4.19/include/sound/
Dpcm.h521 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member