diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-24 23:00:25 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-24 23:00:25 +0000 |
commit | 6f9b836005a711023751f7d65c3dad7ca8964721 (patch) | |
tree | 86f563e44cea3f82de510878f514b77b4eac2106 /packages/linux | |
parent | 34f710a48e54258345ef64b4ed4f0470637e6abe (diff) |
linux-oz-2.6.17: Add fix to make spectrum_cs work. Upgrade to ASoC 0.11pre12 + some extra fixes which seemingly fixes the poodle sound bugs (static and speaker control issues)
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.17.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.17.bb b/packages/linux/linux-openzaurus_2.6.17.bb index 950f9fd787..c7f1f21618 100644 --- a/packages/linux/linux-openzaurus_2.6.17.bb +++ b/packages/linux/linux-openzaurus_2.6.17.bb @@ -1,6 +1,6 @@ require linux-openzaurus.inc -PR = "r16" +PR = "r20" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -25,10 +25,13 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ ${RPSRC}/logo_rotate_fix-r1.patch;patch=1;status=merged \ ${RPSRC}/collie_frontlight-r6.patch;patch=1;status=merged \ ${RPSRC}/input_modalias_fix-r0.patch;patch=1;status=merged \ + ${RPSRC}/spectrumcs_fix-r0.patch;patch=1 \ file://00-hostap.patch;patch=1;status=merged \ file://10-pcnet.patch;patch=1;status=merged \ - ${RPSRC}/asoc-v0.11pre5-oz.patch;patch=1 \ - ${RPSRC}/asoc_fixes2-r2.patch;patch=1 \ + ${RPSRC}/alsa/asoc-v0.11pre12.patch;patch=1 \ + ${RPSRC}/asoc_makefile-r0.patch;patch=1 \ + ${RPSRC}/alsa/asoc_platform_dev_fix-r0.patch;patch=1 \ + ${RPSRC}/asoc_poodle_morehack-r0.patch;patch=1 \ ${RPSRC}/hx2750_base-r27.patch;patch=1 \ ${RPSRC}/hx2750_bl-r7.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |