Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/greybus/
Daudio_helper.c179 err = snd_ctl_remove(card, kctl); in gbaudio_remove_controls()
/Linux-v5.10/include/sound/
Dcontrol.h122 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
/Linux-v5.10/sound/core/
Dcontrol.c366 err = snd_ctl_remove(card, old); in __snd_ctl_add_replace()
463 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove() function
478 EXPORT_SYMBOL(snd_ctl_remove);
501 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_id()
539 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_user_ctl()
2036 snd_ctl_remove(card, control); in snd_ctl_dev_free()
Djack.c59 snd_ctl_remove(card, jack_kctl->kctl); in snd_jack_dev_free()
Dpcm.c813 snd_ctl_remove(pstr->pcm->card, pstr->chmap_kctl); in free_chmap()
/Linux-v5.10/sound/ppc/
Dbeep.c254 fail2: snd_ctl_remove(chip->card, beep_ctl); in snd_pmac_attach_beep()
/Linux-v5.10/sound/soc/
Dsoc-topology.c375 snd_ctl_remove(card, dobj->control.kcontrol); in remove_mixer()
394 snd_ctl_remove(card, dobj->control.kcontrol); in remove_enum()
416 snd_ctl_remove(card, dobj->control.kcontrol); in remove_bytes()
467 snd_ctl_remove(card, kcontrol); in remove_widget()
490 snd_ctl_remove(card, kcontrol); in remove_widget()
/Linux-v5.10/sound/isa/sb/
Dsb16_csp.c1072 snd_ctl_remove(card, p->qsound_switch); in snd_sb_qsound_destroy()
1074 snd_ctl_remove(card, p->qsound_space); in snd_sb_qsound_destroy()
Demu8000.c1041 snd_ctl_remove(card, emu->controls[i]); in snd_emu8000_create_mixer()
/Linux-v5.10/sound/spi/
Dat73c213.c731 snd_ctl_remove(card, kctl); in snd_at73c213_mixer()
/Linux-v5.10/sound/pci/hda/
Dhda_codec.c1730 snd_ctl_remove(codec->card, items[i].kctl); in snd_hda_ctls_clear()
/Linux-v5.10/sound/pci/emu10k1/
Demufx.c917 snd_ctl_remove(card, ctl->kcontrol); in snd_emu10k1_del_controls()