Home
last modified time | relevance | path

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

/linux-4.1.27/sound/synth/emux/
Demux_oss.c161 port->drum_flags = DEFAULT_DRUM_FLAGS; in reset_port_mode()
166 port->drum_flags = 0; in reset_port_mode()
402 port->drum_flags = *(unsigned int*)&event[4]; in emuspec_control()
405 chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0; in emuspec_control()
Demux_seq.c212 p->drum_flags = DEFAULT_DRUM_FLAGS; in snd_emux_init_port()
243 chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0; in snd_emux_reset_port()
/linux-4.1.27/include/sound/
Demux_synth.h148 unsigned long drum_flags; /* drum bitmaps */ member