]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputs
authorClemens Ladisch <clemens@ladisch.de>
Sat, 4 Feb 2012 19:56:47 +0000 (20:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 19:17:00 +0000 (11:17 -0800)
commitbc7e7c8b2462ed098d18bc54b431341cc69584b2
tree1ab2de0bf5b7424bf80d85bdf7383b561d3c83d0
parent93636af6098a627a1ddc02f2f265be4a9d337201
ALSA: oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputs

commit 2492250e4412c6411324c14ab289629360640b0a upstream.

The driver accidentally exchanged the left/right fields for stereo AC'97
mixer registers.  This affected only the aux and CD inputs because the
line input bypasses the AC'97 codec and the mic input is mono; cards
without AC'97 (Xonar DS/DG/HDAV Slim, HG2PCI, HiFier) were not affected.

Reported-and-tested-by: Abby Cedar <abbycedar@yahoo.com.au>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/oxygen/oxygen_mixer.c