Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dump.h86 int (*notify_fb_change)(struct snd_ump_endpoint *ump, member
/linux/sound/core/seq/
H A Dseq_ump_client.c416 .notify_fb_change = seq_ump_notify_fb_change,
/linux/sound/core/
H A Dump.c831 if (ump->seq_ops && ump->seq_ops->notify_fb_change) in seq_notify_fb_change()
832 ump->seq_ops->notify_fb_change(ump, fb); in seq_notify_fb_change()