Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dcontrol.c200 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one() function
213 EXPORT_SYMBOL(snd_ctl_notify_one);
504 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()
718 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_INFO, kctl, index_offset); in snd_ctl_activate_id()
1311 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_VALUE, kctl, index_offset); in snd_ctl_elem_write()
1523 snd_ctl_notify_one(ue->card, mask, kctl, i); in replace_user_tlv()
/linux/include/sound/
H A Dcontrol.h132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi…
/linux/sound/soc/sof/
H A Dipc3-control.c659 snd_ctl_notify_one(swidget->scomp->card->snd_card, SNDRV_CTL_EVENT_MASK_VALUE, kc, 0); in sof_ipc3_control_update()
H A Dipc4-control.c778 snd_ctl_notify_one(swidget->scomp->card->snd_card, in sof_ipc4_control_update()