Searched refs:amidi_map (Results 1 – 3 of 3) sorted by relevance
44 static int amidi_map[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1}; variable47 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()
101 amidi_map MIDI device number assigned to /dev/amidi0X
102 amidi_map - MIDI device number maps assigned to the 2st OSS device.