Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/opl3/
Dopl3_drums.c57 struct snd_opl3_drum_note { struct
66 static struct snd_opl3_drum_note bass_note = {6, 0x90, 0x09}; argument
71 static struct snd_opl3_drum_note snare_note = {7, 0xf4, 0x0d};
74 static struct snd_opl3_drum_note tomtom_note = {8, 0xf4, 0x09};
117 struct snd_opl3_drum_note *data) in snd_opl3_drum_note_set()