From: Richard Purdie Date: Sat, 29 Oct 2005 22:05:39 +0000 (+0000) Subject: linux-oz-2.6: Update dev cxx00 kernel to include wm8750. I'm pleased to announce... X-Git-Tag: Release-2010-05/1~9453^2~3169^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de37cab1dfac476a934ffb49cb711e851aa45191;p=openembedded.git 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. --- 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 \