Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/sound/
Dasequencer.h86 #define SNDRV_SEQ_EVENT_RESET 41 /* reset to power-on state */ macro
/Linux-v4.19/sound/core/seq/
Dseq_midi_event.c93 {SNDRV_SEQ_EVENT_RESET, 0, NULL, NULL}, /* 0xff */
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_synth.c442 ev.type = SNDRV_SEQ_EVENT_RESET; in snd_seq_oss_synth_reset()