Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c812 if (pstr->chmap_kctl) { in free_chmap()
816 snd_ctl_remove(card, pstr->chmap_kctl); in free_chmap()
818 pstr->chmap_kctl = NULL; in free_chmap()
H A Dpcm_lib.c2417 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()
2451 if (WARN_ON(pcm->streams[stream].chmap_kctl)) in snd_pcm_add_chmap_ctls()
2476 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h509 struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ member