Ubuntu – Ubuntu thinks the Audient iD14 audio interface is Analogue Surround 4.0 when it’s actually stereo. Is there any way to fix this

14.04alsaexternal soundcardpulseaudiosound

I'm using an external Audient iD14 audio interface with a Windows 10 and Ubuntu 14.04 dual boot system. I mainly use Windows for FL Studio and the Adobe Creative Suite, but I like to mess around with Ubuntu from time to time, especially for programming.

Everything works great except that for some reason, Ubuntu lists my audio interface as Analogue Surround 4.0 when it actually only plays in stereo. As a result, the audio plays louder in the right channel than the left channel. While I can get it to work by adjusting the balance with the slider, it still sounds a little off. It's not bad, but it just doesn't sound as good as it does on Windows.

So is there any way to force Ubuntu to treat sound devices as stereo? I know the problem might be that there are no Audient device drivers for Linux, but I wanted to make sure before I just accept to live with slightly poorer audio quality.

Best Answer

Ubuntu (Linux in general) is correct in assigning 4 outputs as there are 4 outputs on the iD14.

As you and I both know, only one pair of outputs are physically accessible. Outputs 3&4 are primarily used to send alternate mixes to musicians and are only accessible via the Audient mixer and/or DAW. The iD14 is class compliant in as far as it is recognized and some audio can be heard. Unfortunately that is as far as it goes (currently) as there is no mixer available to ALSA or Pulse e.t.c.

If you open a terminal and run alsamixer, press F6 and select Audient iD14, it will report a broken pipe error. ALSA (or Pulseaudio) has no way of knowing how to allocate the outputs, so assumes all 4 detected outs are available, but also has no way of directing signal appropriately. It "MAY" be possible to create a new sink and assign it as stereo, but you may still get an imbalance in left and right, or worse, have left and right output on one channel only. Also, all the digital inputs and Scroll Control functions will not work.