From 833cd3b730a7626c464862e92e27b0726dc55dca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 28 Oct 2005 13:32:23 +0000 Subject: linux-oz-2.6: Apply some SoC Alsa updates from Liam to dev kernel. Some moves forward, some regressions... --- packages/linux/linux-openzaurus_2.6.14-rc4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/linux/linux-openzaurus_2.6.14-rc4.bb b/packages/linux/linux-openzaurus_2.6.14-rc4.bb index 569450fb40..a85c5bfb9d 100644 --- a/packages/linux/linux-openzaurus_2.6.14-rc4.bb +++ b/packages/linux/linux-openzaurus_2.6.14-rc4.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" @@ -64,8 +64,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ ${RPSRC}/alsa/alsa_soc-r3.patch;patch=1 \ + ${RPSRC}/alsa/alsa_soc-r3_1.patch;patch=1 \ ${RPSRC}/alsa/ssp_pxa_regs-r0.patch;patch=1 \ - ${RPSRC}/wm8731-r2.patch;patch=1 \ + ${RPSRC}/wm8731-r3.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://add-elpp-stuff.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ -- cgit v1.2.3 From de37cab1dfac476a934ffb49cb711e851aa45191 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 29 Oct 2005 22:05:39 +0000 Subject: linux-oz-2.6: Update dev cxx00 kernel to include wm8750. I'm pleased to announce that sound has been heard on spitz through alsa with this driver with some trickery :). Also fix the SADIV bug in the i2s layer so c7x0 doesn't suffer from whale music. --- packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 | 2 +- packages/linux/linux-openzaurus_2.6.14-rc4.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 b/packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 index e1f54c8d73..d6444b4058 100644 --- a/packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 +++ b/packages/linux/linux-openzaurus-2.6.14-rc4/defconfig-cxx00 @@ -1078,7 +1078,7 @@ CONFIG_SND_PXA2xx_SOC_I2S=m # Soc Codecs # # CONFIG_SND_SOC_WM8731 is not set -# CONFIG_SND_SOC_WM8750 is not set +CONFIG_SND_SOC_WM8750=m # CONFIG_SND_SOC_WM8753 is not set # CONFIG_SND_SOC_WM9713_VOICE is not set diff --git a/packages/linux/linux-openzaurus_2.6.14-rc4.bb b/packages/linux/linux-openzaurus_2.6.14-rc4.bb index a85c5bfb9d..da1553887a 100644 --- a/packages/linux/linux-openzaurus_2.6.14-rc4.bb +++ b/packages/linux/linux-openzaurus_2.6.14-rc4.bb @@ -26,11 +26,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm-r9.patch;patch=1 \ ${RPSRC}/corgi_pm-r4.patch;patch=1 \ - ${RPSRC}/spitz_base_extras-r4.patch;patch=1 \ + ${RPSRC}/spitz_base_extras-r5.patch;patch=1 \ ${RPSRC}/spitz_pm-r5.patch;patch=1 \ ${RPSRC}/spitz_cf-r4.patch;patch=1 \ ${RPSRC}/akita_mtd_fix-r0.patch;patch=1 \ - ${RPSRC}/max7310-r0.patch;patch=1 \ + ${RPSRC}/max7310-r1.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ ${RPSRC}/pxa_irda-r5.patch;patch=1 \ ${RPSRC}/corgi_irda-r3.patch;patch=1 \ @@ -66,7 +66,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/alsa/alsa_soc-r3.patch;patch=1 \ ${RPSRC}/alsa/alsa_soc-r3_1.patch;patch=1 \ ${RPSRC}/alsa/ssp_pxa_regs-r0.patch;patch=1 \ - ${RPSRC}/wm8731-r3.patch;patch=1 \ + ${RPSRC}/wm8731-r4.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://add-elpp-stuff.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ -- cgit v1.2.3