taglinefilesource code
synthno52drivers/sound/mpu401.cint             synthno;
synthno164drivers/sound/mpu401.cSTORE (SEQ_START_NOTE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno170drivers/sound/mpu401.cSTORE (SEQ_STOP_NOTE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno174drivers/sound/mpu401.cSTORE (SEQ_KEY_PRESSURE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno195drivers/sound/mpu401.cSTORE (SEQ_CONTROL (devc->synthno, msg[0] & 0x0f,
synthno199drivers/sound/mpu401.cSTORE (SEQ_CONTROL (devc->synthno, msg[0] & 0x0f, msg[1], msg[2]));
synthno203drivers/sound/mpu401.cSTORE (SEQ_SET_PATCH (devc->synthno, msg[0] & 0x0f, msg[1]));
synthno207drivers/sound/mpu401.cSTORE (SEQ_CHN_PRESSURE (devc->synthno, msg[0] & 0x0f, msg[1]));
synthno211drivers/sound/mpu401.cSTORE (SEQ_BENDER (devc->synthno, msg[0] & 0x0f,
synthno538drivers/sound/mpu401.cdevc->synthno = 0;
synthno872drivers/sound/mpu401.cdevc->synthno = dev;