diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-10-29 22:05:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-29 22:05:39 +0000 |
commit | de37cab1dfac476a934ffb49cb711e851aa45191 (patch) | |
tree | e8f97d63b994f894336953f5d657a94b7daec934 /packages/linux/linux-openzaurus_2.6.14-rc4.bb | |
parent | 833cd3b730a7626c464862e92e27b0726dc55dca (diff) |
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.
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.14-rc4.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-rc4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |