Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demu10k1x.c1145 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) in mpu401_write() function
1150 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0)
1151 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1)