Launchpad has imported 8 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=67071.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-12-16T03:17:06+00:00 thetallest wrote:

Multichannel sound is not working on my Creative CA0132 sound card.
Stereo is working just fine but I cannot get 5.1 to work. when I run
'speaker-test -c 6' sound only comes out of the front 2 speakers and if
I add '-Dsurround51' it returns "Channels count (6) not available for
playbacks: Invalid argument". My alsa info http://www.alsa-
project.org/db/?f=3a5ca77035da6be08769128daa43dcbc59badb93

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/3

------------------------------------------------------------------------
On 2014-02-25T02:24:15+00:00 sean_mccully wrote:

I have the exact same issue with same card,

http://www.alsa-
project.org/db/?f=a8ae0aa3c0da4d697c1df5f403001dff50bb6e51

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/4

------------------------------------------------------------------------
On 2014-02-27T01:31:40+00:00 superquad.vortex2 wrote:

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_ca0132.c?id=825315bc5b5c33e5af5124ff100ef05a30ad722f


since it no longer used snd_hda_multi_out_analog_xxx functions

+ ca0132_setup_stream(codec, spec->dacs[0], stream_tag, 0, format);

only single DAC is used for stereo playback


- .channels_max = 2,
+ .channels_max = 6,

the change in channels_max has no effect since spec->multiout is not
used anymore

 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
spec->multiout.max_channels;

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/5

------------------------------------------------------------------------
On 2017-03-26T10:57:32+00:00 842mono wrote:

http://www.alsa-
project.org/db/?f=f458ee979a3e2052a3095d0d1e958200a20c022f



I have the same issue. I have a g1 sniper z87. The only thing that works is 
stereo audio.



The card includes 5.1 audio ports and a headphone port. I can only get
sound through the "front speaker out" of the 5.1 ports. See this from
board's manual:
https://drive.google.com/open?id=0B0f0nmVh2CHdb08xLWhYOElXa2c




Also microphone doesn't work at all.




Link to board's manual
download.gigabyte.eu/FileList/Manual/mb_manual_g1.sniper-z87_e.pdf




Link to board's webpage 
http://www.gigabyte.us/Motherboard/G1Sniper-Z87-rev-11#kf

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/6

------------------------------------------------------------------------
On 2021-11-01T17:59:35+00:00 kungfujesus06 wrote:

I too am seeing this issue with the onboard audio for an EVGA X299 Dark.  
Manual:
https://www.evga.com/support/manuals/files/151-SX-E299.pdf

I've not yet tried to install Windows somewhere, configure the sound
card there, and reboot.

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/8

------------------------------------------------------------------------
On 2021-11-01T17:59:59+00:00 kungfujesus06 wrote:

Oh, and kernel:
5.14.13

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/9

------------------------------------------------------------------------
On 2021-11-01T18:29:40+00:00 kungfujesus06 wrote:

So, I managed to get at least 5 channels working (not sure what's up
with LFE) by adding to the quirks table the PCI ID presented by my
motherboard to match the X99 one.  So, something is likely not working
entirely correctly with the model=auto stuff?

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/10

------------------------------------------------------------------------
On 2021-11-01T18:49:52+00:00 kungfujesus06 wrote:

So, I know the "quirks" bit has been looked down on a bit and model=auto
is the preferred way to setup things with pin arrangements but...this
fix worked for me and as far as I can tell, everything works, including
DSP effects.

--- /tmp/patch_ca0132_old.c     2021-11-01 14:47:55.720188567 -0400
+++ patch_ca0132.c      2021-11-01 14:10:04.334728000 -0400
@@ -1306,6 +1306,7 @@
        SND_PCI_QUIRK(0x1458, 0xA026, "Gigabyte G1.Sniper Z97", QUIRK_R3DI),
        SND_PCI_QUIRK(0x1458, 0xA036, "Gigabyte GA-Z170X-Gaming 7", QUIRK_R3DI),
        SND_PCI_QUIRK(0x3842, 0x1038, "EVGA X99 Classified", QUIRK_R3DI),
+       SND_PCI_QUIRK(0x3842, 0x104b, "EVGA X299 Dark", QUIRK_R3DI),
        SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D),
        SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D),
        SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5),

As in, the builtin 2 - 5.1 upmix works, the dialog clarity boost, the
crossover, the frequency range for front and rear speakers, everything.
This went from a terribly annoying experience to a great one in one
line.

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1261211/comments/11


** Changed in: alsa-driver
       Status: Unknown => Confirmed

** Changed in: alsa-driver
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1261211

Title:
  No multichannel support on Creative CA0132

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1261211/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to