This is a note to let you know that I've just added the patch titled

    ALSA: hda - Fix missing CA initialization for HDMI/DP

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-fix-missing-ca-initialization-for-hdmi-dp.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 11839aed21881d7edd65dd79f22a8eb18426f672 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Tue, 8 Feb 2011 17:25:49 +0100
Subject: ALSA: hda - Fix missing CA initialization for HDMI/DP

From: Takashi Iwai <[email protected]>

commit 11839aed21881d7edd65dd79f22a8eb18426f672 upstream.

The commit 53d7d69d8ffdfa60c5b66cc2e9ee0774aaaef5c0
    ALSA: hdmi - support infoframe for DisplayPort
dropped the initialization of CA field accidentally.
This resulted in only two-channel LPCM mode on Nvidia machines.

Reference: kernel bug 28592
        https://bugzilla.kernel.org/show_bug.cgi?id=28592

Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/pci/hda/patch_hdmi.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -642,6 +642,7 @@ static void hdmi_setup_audio_infoframe(s
                        hdmi_ai->ver            = 0x01;
                        hdmi_ai->len            = 0x0a;
                        hdmi_ai->CC02_CT47      = channels - 1;
+                       hdmi_ai->CA             = ca;
                        hdmi_checksum_audio_infoframe(hdmi_ai);
                } else if (spec->sink_eld[i].conn_type == 1) { /* DisplayPort */
                        struct dp_audio_infoframe *dp_ai;
@@ -651,6 +652,7 @@ static void hdmi_setup_audio_infoframe(s
                        dp_ai->len              = 0x1b;
                        dp_ai->ver              = 0x11 << 2;
                        dp_ai->CC02_CT47        = channels - 1;
+                       dp_ai->CA               = ca;
                } else {
                        snd_printd("HDMI: unknown connection type at pin %d\n",
                                   pin_nid);


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.37/alsa-hrtimer-handle-delayed-timer-interrupts.patch
queue-2.6.37/alsa-snd-usb-us122l-fix-midi-output.patch
queue-2.6.37/alsa-hda-fix-null-derefence-with-a-single-mic-in-stac-auto-mic-detection.patch
queue-2.6.37/alsa-hda-add-missing-nid-0x19-fixup-for-sony-vaio.patch
queue-2.6.37/alsa-hda-disable-4-6-channels-on-some-nvidia-gpus.patch
queue-2.6.37/alsa-hda-fix-missing-ca-initialization-for-hdmi-dp.patch
queue-2.6.37/alsa-hda-don-t-refer-eld-when-unplugged.patch
queue-2.6.37/alsa-hda-add-static_hdmi_pcm-option-to-hdmi-codec-parser.patch
queue-2.6.37/alsa-snd-usb-us122l-fix-missing-null-checks.patch
queue-2.6.37/alsa-hda-use-vostro-model-quirk-for-dell-vostro-1014.patch
queue-2.6.37/alsa-hda-fix-dmesg-output-of-hdmi-supported-bits.patch
queue-2.6.37/alsa-hda-fix-multi-headphone-handling-for-realtek-codecs.patch
queue-2.6.37/alsa-au88x0-limit-number-of-channels-to-fix-oops-via-oss-emu.patch
queue-2.6.37/alsa-hda-add-subwoofer-quirk-for-acer-aspire-8942g.patch
queue-2.6.37/alsa-hda-fix-memory-leaks-in-conexant-jack-arrays.patch
queue-2.6.37/alsa-fix-invalid-hardware.h-include-in-ac97c-for-avr32-architecture.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to