Searched refs:SNDRV_EMUX_MAX_PORTS (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Demux_synth.h78 #define SNDRV_EMUX_MAX_PORTS 32 /* max # of sequencer ports */ macro
118 int ports[SNDRV_EMUX_MAX_PORTS]; /* The ports for this device */
119 struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Demux_synth.h78 #define SNDRV_EMUX_MAX_PORTS 32 /* max # of sequencer ports */ macro
118 int ports[SNDRV_EMUX_MAX_PORTS]; /* The ports for this device */
119 struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/synth/emux/
H A Demux_seq.c84 } else if (emu->num_ports >= SNDRV_EMUX_MAX_PORTS) {
86 "limited max. ports %d\n", SNDRV_EMUX_MAX_PORTS);
87 emu->num_ports = SNDRV_EMUX_MAX_PORTS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/synth/emux/
H A Demux_seq.c84 } else if (emu->num_ports >= SNDRV_EMUX_MAX_PORTS) {
86 "limited max. ports %d\n", SNDRV_EMUX_MAX_PORTS);
87 emu->num_ports = SNDRV_EMUX_MAX_PORTS;

Completed in 145 milliseconds