Searched refs:SNDRV_EMUX_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
64 #define SNDRV_EMUX_MAX_PORTS 32 /* max # of sequencer ports */ macro103 int ports[SNDRV_EMUX_MAX_PORTS]; /* The ports for this device */104 struct snd_emux_port *portptrs[SNDRV_EMUX_MAX_PORTS];
71 } else if (emu->num_ports >= SNDRV_EMUX_MAX_PORTS) { in snd_emux_init_seq()73 "limited max. ports %d\n", SNDRV_EMUX_MAX_PORTS); in snd_emux_init_seq()74 emu->num_ports = SNDRV_EMUX_MAX_PORTS; in snd_emux_init_seq()