Searched refs:snd_ctl_remove (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/staging/greybus/ |
A D | audio_helper.c | 169 err = snd_ctl_remove(card, kctl); in gbaudio_remove_controls()
|
/linux-6.3-rc2/include/sound/ |
A D | control.h | 137 int snd_ctl_remove(struct snd_card * card, struct snd_kcontrol * kcontrol);
|
/linux-6.3-rc2/sound/ppc/ |
A D | beep.c | 257 fail2: snd_ctl_remove(chip->card, beep_ctl); in snd_pmac_attach_beep()
|
/linux-6.3-rc2/sound/core/ |
A D | control.c | 486 err = snd_ctl_remove(card, old); in __snd_ctl_add_replace() 603 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove() function 607 EXPORT_SYMBOL(snd_ctl_remove); 630 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_id() 668 ret = snd_ctl_remove(card, kctl); in snd_ctl_remove_user_ctl()
|
A D | jack.c | 72 snd_ctl_remove(card, jack_kctl->kctl); in snd_jack_dev_free()
|
A D | pcm.c | 818 snd_ctl_remove(card, pstr->chmap_kctl); in free_chmap()
|
/linux-6.3-rc2/sound/isa/sb/ |
A D | sb16_csp.c | 1085 snd_ctl_remove(card, p->qsound_switch); in snd_sb_qsound_destroy() 1089 snd_ctl_remove(card, p->qsound_space); in snd_sb_qsound_destroy()
|
A D | emu8000.c | 1045 snd_ctl_remove(card, emu->controls[i]); in snd_emu8000_create_mixer()
|
/linux-6.3-rc2/sound/spi/ |
A D | at73c213.c | 733 snd_ctl_remove(card, kctl); in snd_at73c213_mixer()
|
/linux-6.3-rc2/sound/soc/atmel/ |
A D | mchp-pdmc.c | 411 err = snd_ctl_remove(component->card->snd_card, kctl); in mchp_pdmc_open()
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-topology.c | 365 snd_ctl_remove(card, dobj->control.kcontrol); in soc_tplg_remove_kcontrol() 401 snd_ctl_remove(card, w->kcontrols[i]); in soc_tplg_remove_widget()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_codec.c | 1774 snd_ctl_remove(codec->card, items[i].kctl); in snd_hda_ctls_clear()
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emufx.c | 920 snd_ctl_remove(card, ctl->kcontrol); in snd_emu10k1_del_controls()
|
Completed in 36 milliseconds