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

    ASoC: Fix AC'97 registration unwind

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:
     asoc-fix-ac-97-registration-unwind.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 7d8316df44053687625eef792d53b3ac62e82248 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Mon, 13 Dec 2010 17:03:27 +0000
Subject: ASoC: Fix AC'97 registration unwind

From: Mark Brown <[email protected]>

commit 7d8316df44053687625eef792d53b3ac62e82248 upstream.

soc_unregister_ac97_dai_link() takes a CODEC as an argument, not a
rtd like the registration function, so give it what it's looking for.

Signed-off-by: Mark Brown <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Reported-by: Mike Frysinger <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 sound/soc/soc-core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1623,7 +1623,7 @@ static void snd_soc_instantiate_card(str
                if (ret < 0) {
                        printk(KERN_ERR "asoc: failed to register AC97 %s\n", 
card->name);
                        while (--i >= 0)
-                               soc_unregister_ac97_dai_link(&card->rtd[i]);
+                               
soc_unregister_ac97_dai_link(card->rtd[i].codec);
                        goto probe_dai_err;
                }
        }


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

queue-2.6.37/asoc-when-disabling-wm8994-fll-force-a-source-selection.patch
queue-2.6.37/asoc-correct-link-specifications-for-corgi-poodle-and-spitz.patch
queue-2.6.37/asoc-create-an-aif1adcdat-signal-widget-to-match-aif2.patch
queue-2.6.37/asoc-wm8994-fix-wrong-value-in-tristate-function.patch
queue-2.6.37/asoc-handle-low-measured-dc-offsets-for-wm_hubs-devices.patch
queue-2.6.37/asoc-da8xx-omap-l1xx-match-codec_name-with-i2c-ids.patch
queue-2.6.37/asoc-blackfin-tdm-fix-missed-snd_soc_dai_get_drvdata-update.patch
queue-2.6.37/asoc-wm8990-msleep-takes-milliseconds-not-jiffies.patch
queue-2.6.37/asoc-blackfin-ac97-fix-build-error-after-multi-component-update.patch
queue-2.6.37/asoc-fix-ac-97-registration-unwind.patch

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

Reply via email to