This is a note to let you know that I've just added the patch titled
ALSA: HDA: Do not announce false surround in Conexant auto
to the 2.6.37-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
alsa-hda-do-not-announce-false-surround-in-conexant-auto.patch
and it can be found in the queue-2.6.37 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 89724958e5d596bb91328644c97dd80399443e87 Mon Sep 17 00:00:00 2001
From: David Henningsson <[email protected]>
Date: Wed, 16 Feb 2011 21:34:04 +0100
Subject: ALSA: HDA: Do not announce false surround in Conexant auto
From: David Henningsson <[email protected]>
commit 89724958e5d596bb91328644c97dd80399443e87 upstream.
Without this patch, one line-out and one speaker and
Conexant's auto parser would announce (non-working) surround
capabilities.
BugLink: http://bugs.launchpad.net/bugs/721126
Signed-off-by: David Henningsson <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/pci/hda/patch_conexant.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3401,7 +3401,7 @@ static void cx_auto_parse_output(struct
}
}
spec->multiout.dac_nids = spec->private_dac_nids;
- spec->multiout.max_channels = nums * 2;
+ spec->multiout.max_channels = spec->multiout.num_dacs * 2;
if (cfg->hp_outs > 0)
spec->auto_mute = 1;
Patches currently in stable-queue which might be from
[email protected] are
queue-2.6.37/alsa-hda-add-position_fix-quirk-for-an-asus-device.patch
queue-2.6.37/alsa-hda-do-not-announce-false-surround-in-conexant-auto.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable