Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/sound/
Dasequencer.h70 #define SNDRV_SEQ_EVENT_RESET 41 /* reset to power-on state */ macro
/Linux-v6.6/sound/core/seq/
Dseq_midi_event.c80 {SNDRV_SEQ_EVENT_RESET, 0, NULL, NULL}, /* 0xff */
Dseq_ump_convert.c180 {SNDRV_SEQ_EVENT_RESET, NULL}, /* 0xff */
/Linux-v6.6/sound/core/seq/oss/
Dseq_oss_synth.c429 ev.type = SNDRV_SEQ_EVENT_RESET; in snd_seq_oss_synth_reset()