Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl3/
H A Dopl3_drums.c32 struct snd_opl3_drum_voice { struct
50 static const struct snd_opl3_drum_voice bass_op0 = {6, 0, 0x00, 0x32, 0xf8, 0x66, 0x30, 0x00}; argument
51 static const struct snd_opl3_drum_voice bass_op1 = {6, 1, 0x00, 0x03, 0xf6, 0x57, 0x30, 0x00};
54 static const struct snd_opl3_drum_voice hihat = {7, 0, 0x00, 0x03, 0xf0, 0x06, 0x20, 0x00};
56 static const struct snd_opl3_drum_voice snare = {7, 1, 0x00, 0x03, 0xf0, 0x07, 0x20, 0x02};
59 static const struct snd_opl3_drum_voice tomtom = {8, 0, 0x02, 0x03, 0xf0, 0x06, 0x10, 0x00};
62 static const struct snd_opl3_drum_voice cymbal = {8, 1, 0x04, 0x03, 0xf0, 0x06, 0x10, 0x00};
68 const struct snd_opl3_drum_voice *data) in snd_opl3_drum_voice_set()
121 const struct snd_opl3_drum_voice *data, in snd_opl3_drum_vol_set()
173 const struct snd_opl3_drum_voice *drum_voice; in snd_opl3_drum_switch()