]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ALSA: hda - Treat stereo-to-mono mix properly
authorTakashi Iwai <tiwai@suse.de>
Mon, 16 Mar 2015 09:18:08 +0000 (10:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 14:06:56 +0000 (15:06 +0100)
commit9e580aea6979631799cdaa94ff1d67856ccfce90
tree839265b282c8ce68b2f9b2ddf7b4fe9dc328c6d2
parentb62e3b444198b20d3b0eef7a06779a48231fe12b
ALSA: hda - Treat stereo-to-mono mix properly

commit cc261738add93947d138d2fabad9f4dbed4e5c00 upstream.

The commit [ef403edb7558: ALSA: hda - Don't access stereo amps for
mono channel widgets] fixed the handling of mono widgets in general,
but it still misses an exceptional case: namely, a mono mixer widget
taking a single stereo input.  In this case, it has stereo volumes
although it's a mono widget, and thus we have to take care of both
left and right input channels, as stated in HD-audio spec ("7.1.3
Widget Interconnection Rules").

This patch covers this missing piece by adding proper checks of stereo
amps in both the generic parser and the proc output codes.

Reported-by: Raymond Yau <superquad.vortex2@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_proc.c