Re: [Alsa-user] Several similar usb midi devices

2016-08-29 Thread barmin
>> As a workaround, load the snd-seq-dummy module with at least two >> ports (add "options snd-seq-dummy ports=2" to some .conf file in >> /etc/modprobe.d/), and write a script that identifies the devices >> and connects the correct ones to 14:0 and 14:1. > > That's probably a silly question but I'

Re: [Alsa-user] Several similar usb midi devices

2016-08-29 Thread Takashi Iwai
On Mon, 29 Aug 2016 16:18:08 +0200, barmin wrote: > > >> As a workaround, load the snd-seq-dummy module with at least two > >> ports (add "options snd-seq-dummy ports=2" to some .conf file in > >> /etc/modprobe.d/), and write a script that identifies the devices > >> and connects the correct ones

Re: [Alsa-user] Several similar usb midi devices

2016-08-29 Thread Clemens Ladisch
barmin wrote: >> As a workaround, load the snd-seq-dummy module with at least two ports >> (add "options snd-seq-dummy ports=2" to some .conf file in >> /etc/modprobe.d/), and write a script that identifies the devices and >> connects the correct ones to 14:0 and 14:1. > > I'm not sure at all how t

Re: [Alsa-user] Several similar usb midi devices

2016-08-29 Thread Takashi Iwai
On Mon, 29 Aug 2016 17:00:40 +0200, barmin wrote: > > Hi Takashi, > > Thanks for your answer. > > > Once upon a time, I wrote a patch like below, to assign the USB-audio > > device to a specific device path. Would it help in your case? > > (Of course, it's useless for a real hotplug.) > > I do