Searched refs:snd_ctl_remove (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/sound/ |
D | control.h | 125 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
|
/linux-4.1.27/sound/core/ |
D | control.c | 449 ret = snd_ctl_remove(card, old); in snd_ctl_replace() 488 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove() function 503 EXPORT_SYMBOL(snd_ctl_remove); 526 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_id() 564 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_user_ctl() 1786 snd_ctl_remove(card, control); in snd_ctl_dev_free()
|
D | pcm.c | 1142 snd_ctl_remove(pcm->card, pcm->streams[cidx].chmap_kctl); in snd_pcm_dev_disconnect()
|
/linux-4.1.27/sound/ppc/ |
D | beep.c | 267 fail2: snd_ctl_remove(chip->card, beep_ctl); in snd_pmac_attach_beep()
|
/linux-4.1.27/sound/isa/sb/ |
D | sb16_csp.c | 1086 snd_ctl_remove(card, p->qsound_switch); in snd_sb_qsound_destroy() 1088 snd_ctl_remove(card, p->qsound_space); in snd_sb_qsound_destroy()
|
D | emu8000.c | 1054 snd_ctl_remove(card, emu->controls[i]); in snd_emu8000_create_mixer()
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 739 snd_ctl_remove(card, kctl); in snd_at73c213_mixer()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 867 snd_ctl_remove(cfg->card, cfg->kctrl); in _rsnd_kctrl_remove()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 1814 snd_ctl_remove(codec->card, items[i].kctl); in snd_hda_ctls_clear()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 891 snd_ctl_remove(card, ctl->kcontrol); in snd_emu10k1_del_controls()
|