Searched defs:snd_mpu401 (Results 1 – 1 of 1) sorted by relevance
71 struct snd_mpu401 { struct84 int (*open_input) (struct snd_mpu401 * mpu); argument85 void (*close_input) (struct snd_mpu401 * mpu); argument86 int (*open_output) (struct snd_mpu401 * mpu); argument87 void (*close_output) (struct snd_mpu401 * mpu); argument99 void (*write) (struct snd_mpu401 * mpu, unsigned char data, unsigned long addr); argument100 unsigned char (*read) (struct snd_mpu401 *mpu, unsigned long addr); argument