aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-12-06 01:18:28 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-12-06 01:18:28 +0000
commite6e55cb2f8f61adff5027c8a025f9c3fbf6f99a0 (patch)
treeb21450087917f2135e864f847bac087de8325fc8 /packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch
parent84e2aa1a4f97429ee837fc59b7772bf7a2dfffd1 (diff)
downloadopenembedded-e6e55cb2f8f61adff5027c8a025f9c3fbf6f99a0.tar.gz
linux-rp: Add w100 acceleration patch from sirfred. Add pcmcia card ID from pdaXrom user. Add 2.6.19 version
Diffstat (limited to 'packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch')
-rw-r--r--packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch b/packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch
index 7fa3822bba..4f9672299b 100644
--- a/packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch
+++ b/packages/linux/linux-rp-2.6.17/asoc-v0.12.4_2.6.17.patch
@@ -17065,7 +17065,7 @@ Index: linux-2.6-pxa-new/sound/soc/pxa/pxa2xx-ac97.c
+{
+ int ret;
+
-+ ret = request_irq(IRQ_AC97, pxa2xx_ac97_irq, IRQF_DISABLED, "AC97", NULL);
++ ret = request_irq(IRQ_AC97, pxa2xx_ac97_irq, 0, "AC97", NULL);
+ if (ret < 0)
+ goto err;
+