Searched refs:mpu401_write (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/sound/pci/emu10k1/ |
D | emumpu401.c | 24 static inline void mpu401_write(struct snd_emu10k1 *emu, in mpu401_write() function 33 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) 34 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1)
|
D | emu10k1x.c | 1164 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) in mpu401_write() function 1169 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) 1170 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1)
|