Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dump.h88 int (*switch_protocol)(struct snd_ump_endpoint *ump); member
/linux/sound/core/seq/
H A Dseq_ump_client.c417 .switch_protocol = seq_ump_switch_protocol,
/linux/sound/core/
H A Dump.c738 if (ump->seq_ops && ump->seq_ops->switch_protocol) in seq_notify_protocol()
739 ump->seq_ops->switch_protocol(ump); in seq_notify_protocol()