Searched refs:snd_opl3_drum_voice (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_drums.c | 46 struct snd_opl3_drum_voice { struct 64 static struct snd_opl3_drum_voice bass_op0 = {6, 0, 0x00, 0x32, 0xf8, 0x66, 0x30, 0x00}; argument 65 static struct snd_opl3_drum_voice bass_op1 = {6, 1, 0x00, 0x03, 0xf6, 0x57, 0x30, 0x00}; 68 static struct snd_opl3_drum_voice hihat = {7, 0, 0x00, 0x03, 0xf0, 0x06, 0x20, 0x00}; 70 static struct snd_opl3_drum_voice snare = {7, 1, 0x00, 0x03, 0xf0, 0x07, 0x20, 0x02}; 73 static struct snd_opl3_drum_voice tomtom = {8, 0, 0x02, 0x03, 0xf0, 0x06, 0x10, 0x00}; 76 static struct snd_opl3_drum_voice cymbal = {8, 1, 0x04, 0x03, 0xf0, 0x06, 0x10, 0x00}; 82 struct snd_opl3_drum_voice *data) in snd_opl3_drum_voice_set() 135 struct snd_opl3_drum_voice *data, in snd_opl3_drum_vol_set() 187 struct snd_opl3_drum_voice *drum_voice; in snd_opl3_drum_switch()
|