Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
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];
/linux-4.4.14/sound/synth/emux/
Demux_seq.c84 } else if (emu->num_ports >= SNDRV_EMUX_MAX_PORTS) { in snd_emux_init_seq()
86 "limited max. ports %d\n", SNDRV_EMUX_MAX_PORTS); in snd_emux_init_seq()
87 emu->num_ports = SNDRV_EMUX_MAX_PORTS; in snd_emux_init_seq()