SNDRV_EMUX_MAX_PORTS  103 include/sound/emux_synth.h 	int ports[SNDRV_EMUX_MAX_PORTS];	/* The ports for this device */
SNDRV_EMUX_MAX_PORTS  104 include/sound/emux_synth.h 	struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS];
SNDRV_EMUX_MAX_PORTS   71 sound/synth/emux/emux_seq.c 	} else if (emu->num_ports >= SNDRV_EMUX_MAX_PORTS) {
SNDRV_EMUX_MAX_PORTS   73 sound/synth/emux/emux_seq.c 			   "limited max. ports %d\n", SNDRV_EMUX_MAX_PORTS);
SNDRV_EMUX_MAX_PORTS   74 sound/synth/emux/emux_seq.c 		emu->num_ports = SNDRV_EMUX_MAX_PORTS;