drum_flags 133 include/sound/emux_synth.h unsigned long drum_flags; /* drum bitmaps */ drum_flags 146 sound/synth/emux/emux_oss.c port->drum_flags = DEFAULT_DRUM_FLAGS; drum_flags 151 sound/synth/emux/emux_oss.c port->drum_flags = 0; drum_flags 387 sound/synth/emux/emux_oss.c port->drum_flags = *(unsigned int*)&event[4]; drum_flags 390 sound/synth/emux/emux_oss.c chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0; drum_flags 199 sound/synth/emux/emux_seq.c p->drum_flags = DEFAULT_DRUM_FLAGS; drum_flags 230 sound/synth/emux/emux_seq.c chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0;