Home
last modified time | relevance | path

Searched refs:amidi_map (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/
Drawmidi.c44 static int amidi_map[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1}; variable
47 module_param_array(amidi_map, int, NULL, 0444);
48 MODULE_PARM_DESC(amidi_map, "Raw MIDI device number assigned to 2nd OSS device.");
1668 if ((int)rmidi->device == amidi_map[rmidi->card->number]) { in snd_rawmidi_dev_register()
1730 if ((int)rmidi->device == amidi_map[rmidi->card->number]) in snd_rawmidi_dev_disconnect()
1777 if (amidi_map[i] < 0 || amidi_map[i] >= SNDRV_RAWMIDI_DEVICES) { in alsa_rawmidi_init()
1779 i, amidi_map[i]); in alsa_rawmidi_init()
1780 amidi_map[i] = 1; in alsa_rawmidi_init()
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt101 amidi_map MIDI device number assigned to /dev/amidi0X
DALSA-Configuration.txt102 amidi_map - MIDI device number maps assigned to the 2st OSS device.