diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-01 14:01:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 14:01:14 +0000 |
commit | 1017d3f1067964d959838df588d5197e50ba2e48 (patch) | |
tree | 6d975a29e0b03323b3bac93eee2ffbb05d8dee77 /packages/linux | |
parent | cee59f75f31aaad5e026b665fb2a1823107509ff (diff) |
linux-oz-2.6: Update to ASoC 0.10rc3 and tweak the headphone switch patch
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index 25e4b5e77d..360bce4d87 100644 --- a/packages/linux/linux-openzaurus_2.6.15.bb +++ b/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r9" +PR = "r10" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -65,6 +65,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \ ${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \ ${RPSRC}/alsa/asoc-0.10rc2.diff.bz2;patch=1 \ + ${RPSRC}/alsa/asoc-v0.10rc2-rc3.patch;patch=1 \ ${RPSRC}/misc_fix1-r0.patch;patch=1 \ ${RPSRC}/zaurus_keyboard_tweak-r0.patch;patch=1 \ ${RPSRC}/corgi_bl_cleanup-r2.patch;patch=1 \ @@ -72,7 +73,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \ ${RPSRC}/pm_changes-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ - ${RPSRC}/headphone_switch-r2.patch;patch=1 \ + ${RPSRC}/headphone_switch-r3.patch;patch=1 \ ${RPSRC}/backport_i2c_asoc_fix-r0.patch;patch=1 \ ${RPSRC}/integrator_rtc-r0.patch;patch=1 \ ${DOSRC}/kexec-arm-r0.patch;patch=1 \ |