Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dcontrol.c201 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one() function
215 EXPORT_SYMBOL(snd_ctl_notify_one);
502 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_ADD, kcontrol, idx); in __snd_ctl_add_replace()
587 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_REMOVE, kcontrol, idx); in __snd_ctl_remove()
714 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_INFO, kctl, index_offset); in snd_ctl_activate_id()
1315 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_VALUE, kctl, index_offset); in snd_ctl_elem_write()
1533 snd_ctl_notify_one(ue->card, mask, kctl, i); in replace_user_tlv()
/Linux-v6.1/include/sound/
Dcontrol.h132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi…
/Linux-v6.1/sound/soc/sof/
Dipc3-control.c637 snd_ctl_notify_one(swidget->scomp->card->snd_card, SNDRV_CTL_EVENT_MASK_VALUE, kc, 0); in sof_ipc3_control_update()