Home
last modified time | relevance | path

Searched refs:snd_ctl_remove (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/sound/
Dcontrol.h125 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
/linux-4.4.14/sound/core/
Dcontrol.c449 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()
Djack.c69 snd_ctl_remove(card, jack_kctl->kctl); in snd_jack_dev_free()
Dpcm.c1139 snd_ctl_remove(pcm->card, pcm->streams[cidx].chmap_kctl); in snd_pcm_dev_disconnect()
/linux-4.4.14/sound/ppc/
Dbeep.c267 fail2: snd_ctl_remove(chip->card, beep_ctl); in snd_pmac_attach_beep()
/linux-4.4.14/sound/soc/
Dsoc-topology.c401 snd_ctl_remove(card, sm->dobj.control.kcontrol); in remove_mixer()
421 snd_ctl_remove(card, se->dobj.control.kcontrol); in remove_enum()
444 snd_ctl_remove(card, sb->dobj.control.kcontrol); in remove_bytes()
473 snd_ctl_remove(card, w->kcontrols[0]); in remove_widget()
490 snd_ctl_remove(card, w->kcontrols[i]); in remove_widget()
/linux-4.4.14/sound/isa/sb/
Dsb16_csp.c1086 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()
Demu8000.c1054 snd_ctl_remove(card, emu->controls[i]); in snd_emu8000_create_mixer()
/linux-4.4.14/sound/spi/
Dat73c213.c739 snd_ctl_remove(card, kctl); in snd_at73c213_mixer()
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c1070 snd_ctl_remove(cfg->card, cfg->kctrl); in _rsnd_kctrl_remove()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c1611 snd_ctl_remove(codec->card, items[i].kctl); in snd_hda_ctls_clear()
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c891 snd_ctl_remove(card, ctl->kcontrol); in snd_emu10k1_del_controls()