Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dump.h86 int (*notify_ep_change)(struct snd_ump_endpoint *ump); member
/linux/sound/core/seq/
H A Dseq_ump_client.c449 .notify_ep_change = seq_ump_notify_ep_change,
/linux/sound/core/
H A Dump.c702 if (ump->parsed && ump->seq_ops && ump->seq_ops->notify_ep_change) in seq_notify_ep_change()
703 ump->seq_ops->notify_ep_change(ump); in seq_notify_ep_change()