Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
Dcontrol.c204 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one() function
218 EXPORT_SYMBOL(snd_ctl_notify_one);
507 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_ADD, kcontrol, idx); in __snd_ctl_add_replace()
594 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_REMOVE, kcontrol, idx); in __snd_ctl_remove()
733 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_INFO, kctl, index_offset); in snd_ctl_activate_id()
1397 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_VALUE, kctl, index_offset); in snd_ctl_elem_write()
1617 snd_ctl_notify_one(ue->card, mask, kctl, i); in replace_user_tlv()
/linux-6.6.21/include/sound/
Dcontrol.h132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi…
/linux-6.6.21/sound/soc/sof/
Dipc3-control.c659 snd_ctl_notify_one(swidget->scomp->card->snd_card, SNDRV_CTL_EVENT_MASK_VALUE, kc, 0); in sof_ipc3_control_update()