Searched defs:snd_mpu401 (Results 1 – 1 of 1) sorted by relevance
56 struct snd_mpu401 { struct69 int (*open_input) (struct snd_mpu401 * mpu); argument70 void (*close_input) (struct snd_mpu401 * mpu); argument71 int (*open_output) (struct snd_mpu401 * mpu); argument72 void (*close_output) (struct snd_mpu401 * mpu); argument84 void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr); argument85 unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr); argument