Searched refs:snd_ctl_notify_one (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/sound/core/ |
| D | control.c | 200 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one() function 214 EXPORT_SYMBOL(snd_ctl_notify_one); 412 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_ADD, kcontrol, idx); in __snd_ctl_add_replace() 502 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_REMOVE, kcontrol, idx); in snd_ctl_remove() 613 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_INFO, kctl, index_offset); in snd_ctl_activate_id() 1167 snd_ctl_notify_one(card, SNDRV_CTL_EVENT_MASK_VALUE, kctl, index_offset); in snd_ctl_elem_write() 1385 snd_ctl_notify_one(ue->card, mask, kctl, i); in replace_user_tlv()
|
| /Linux-v5.15/include/sound/ |
| D | control.h | 132 void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsi…
|