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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;

Completed in 104 milliseconds