Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dump.h85 int (*notify_fb_change)(struct snd_ump_endpoint *ump, member
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c417 .notify_fb_change = seq_ump_notify_fb_change,
/openbmc/linux/sound/core/
H A Dump.c827 if (ump->seq_ops && ump->seq_ops->notify_fb_change) in seq_notify_fb_change()
828 ump->seq_ops->notify_fb_change(ump, fb); in seq_notify_fb_change()