Searched refs:snd_wavefront_mpu_id (Results 1 – 2 of 2) sorted by relevance
20 typedef enum { internal_mpu = 0, external_mpu = 1 } snd_wavefront_mpu_id; typedef26 snd_wavefront_mpu_id output_mpu; /* most-recently-used */27 snd_wavefront_mpu_id input_mpu; /* most-recently-used */
269 static snd_wavefront_mpu_id internal_id = internal_mpu;270 static snd_wavefront_mpu_id external_id = external_mpu;276 snd_wavefront_mpu_id mpu) in snd_wavefront_new_midi()