Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dump.h87 int (*switch_protocol)(struct snd_ump_endpoint *ump); member
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c418 .switch_protocol = seq_ump_switch_protocol,
/openbmc/linux/sound/core/
H A Dump.c731 if (ump->seq_ops && ump->seq_ops->switch_protocol) in seq_notify_protocol()
732 ump->seq_ops->switch_protocol(ump); in seq_notify_protocol()