<p></p>
<p>><br>
> In 2.1 mode LFE is not actually working at all, so it is removed.</p>
<p>Do you mean 2.1 mode won't work with all usb audio since surround 5.1 of usb audio is already using route plugin </p>
<p>USB-Audio.pcm.surround51.0 {<br>
@args [ CARD ]<br>
@args.CARD { type string }<br>
@func refer<br>
name {<br>
@func concat<br>
strings [<br>
"cards.USB-Audio."<br>
{ @func card_name card $CARD }<br>
".pcm.surround51:CARD=" $CARD<br>
]<br>
}<br>
default {<br>
type route<br>
ttable.0.0 1<br>
ttable.1.1 1<br>
ttable.2.4 1<br>
ttable.3.5 1<br>
ttable.4.2 1<br>
ttable.5.3 1<br>
slave {<br>
pcm {<br>
type hw<br>
card $CARD<br>
device 0<br>
}<br>
channels 6<br>
}<br>
}<br>
}<br></p>
<p><a href="http://git.alsa-project.org/?p=alsa-lib.git;a=blobdiff;f=src/conf/cards/USB-Audio.conf;h=ce3ae019f7f6fa91ca224074d12891217f242300;hp=8a6d9cac6ead765108e09c61914a84d290482556;hb=1af088e39b75a0a0897c7036487b143e983cd423;hpb=57b5076c30b3453ee843912c0aeb3df8dbee3f68">http://git.alsa-project.org/?p=alsa-lib.git;a=blobdiff;f=src/conf/cards/USB-Audio.conf;h=ce3ae019f7f6fa91ca224074d12891217f242300;hp=8a6d9cac6ead765108e09c61914a84d290482556;hb=1af088e39b75a0a0897c7036487b143e983cd423;hpb=57b5076c30b3453ee843912c0aeb3df8dbee3f68</a><br><br></p>
<p>> With Linux 4.3-rc1+ Mic/Line are hw:%f,0,0 as it should be: <a href="https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/usb?id=5ee20bc792467d7d612157e0a9962765aa943b08">https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/usb?id=5ee20bc792467d7d612157e0a9962765aa943b08</a><br>
> So now we support both Linux 4.2.x- and 4.3-rc1+ setups.<br>
> Also in Linux 4.3-rc1 S/PDIF input was detected incorrectly (there is no such hardware input), so it is not present in config.<br>
> ---</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1384952">https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1384952</a></p>
<p>Seem all usb audio with more than two playback devices are affected since capture device of U7 is also device 1 before the patch</p>
<p>If you don't have SPDIF output/input, you need to add your card in USB-AUDIO.conf</p>
<p> # If a device does not use the first PCM device for digital data, the device<br>
# number for the iec958 device can be changed here.<br>
USB-Audio.pcm.iec958_device {<br>
# "NoiseBlaster 3000" 42<br>
</p>