taglinefilesource code
ev_code233drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
ev_code255drivers/sound/sequencer.cev_code = event[0];
ev_code257drivers/sound/sequencer.cif (ev_code == SEQ_FULLSIZE)
ev_code275drivers/sound/sequencer.cif (ev_code >= 128)
ev_code277drivers/sound/sequencer.cif (seq_mode == SEQ_2 && ev_code == SEQ_EXTENDED)
ev_code279drivers/sound/sequencer.cprintk ("Sequencer: Invalid level 2 event %x\n", ev_code);