Searched refs:snd_ctl_notify_one (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/sound/core/ |
D | control.c | 204 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/ |
D | control.h | 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi…
|
/linux-6.6.21/sound/soc/sof/ |
D | ipc3-control.c | 659 snd_ctl_notify_one(swidget->scomp->card->snd_card, SNDRV_CTL_EVENT_MASK_VALUE, kc, 0); in sof_ipc3_control_update()
|