https://bugs.winehq.org/show_bug.cgi?id=43229
--- Comment #4 from Olivier sc.olivier@gmail.com --- If it's possible, sommethink like:
for input:
01 In:looptest1 - Loopback PCM 02 In:looptest2 - Loopback PCM
for output:
01 Out:looptest1 - Loopback PCM 02 Out:looptest2 - Loopback PCM
And if wine can manage multiple subdevices sommethink like:
for input:
01 In:looptest1 - 01 Loopback PCM 02 In:looptest1 - 02 Loopback PCM 03 In:looptest2 - 01 Loopback PCM 04 In:looptest2 - 02 Loopback PCM
for output:
01 Out:looptest1 - 01 Loopback PCM 02 Out:looptest1 - 02 Loopback PCM 03 Out:looptest2 - 01 Loopback PCM 04 Out:looptest2 - 02 Loopback PCM
You think it's possible?