Searched refs:mpu401_write (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/pci/emu10k1/ |
D | emumpu401.c | 39 static inline void mpu401_write(struct snd_emu10k1 *emu, in mpu401_write() function 48 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) 49 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1)
|
D | emu10k1x.c | 1224 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) in mpu401_write() function 1229 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) 1230 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1)
|