Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_RESET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/sound/
H A Dasequencer.h70 #define SNDRV_SEQ_EVENT_RESET 41 /* reset to power-on state */ macro
/openbmc/linux/sound/core/seq/
H A Dseq_midi_event.c80 {SNDRV_SEQ_EVENT_RESET, 0, NULL, NULL}, /* 0xff */
H A Dseq_ump_convert.c180 {SNDRV_SEQ_EVENT_RESET, NULL}, /* 0xff */
1105 { SNDRV_SEQ_EVENT_RESET, UMP_SYSTEM_STATUS_RESET,
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c430 ev.type = SNDRV_SEQ_EVENT_RESET; in snd_seq_oss_synth_reset()