Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dmpu401.c51 #define MODE_SYNTH 2 macro
427 if (devc->mode == MODE_SYNTH) in mpu401_input_loop()
448 if (devc->base != 0 && (devc->opened & OPEN_READ || devc->mode == MODE_SYNTH)) in mpuintr()
615 if (devc->opened && devc->mode == MODE_SYNTH) in mpu401_command()
826 devc->mode = MODE_SYNTH; in mpu_synth_open()