summaryrefslogtreecommitdiff
path: root/recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-26 19:02:41 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-26 19:02:41 +0200
commit8ffb44d28592bc95e4aa235501b381f1086aecb5 (patch)
tree73a957f7943fa632d63462a210109ca1ae4ac66d /recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch
parent156b83943190a7b9b3b85f35bee1378c4c6e9d9c (diff)
linux-kexecboot: add 2.6.29, currently only supports beagle
Diffstat (limited to 'recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch')
-rw-r--r--recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch b/recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch
new file mode 100644
index 0000000000..c5ff914757
--- /dev/null
+++ b/recipes/kexecboot/linux-kexecboot-2.6.29/fix-audio-capture.patch
@@ -0,0 +1,16 @@
+diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
+index ee2f0d3..8b4aafb 100644
+--- a/sound/soc/codecs/twl4030.c
++++ b/sound/soc/codecs/twl4030.c
+@@ -45,8 +45,8 @@ static const u8 twl4030_reg[TWL4030_CACHEREGNUM] = {
+ 0xc3, /* REG_OPTION (0x2) */
+ 0x00, /* REG_UNKNOWN (0x3) */
+ 0x00, /* REG_MICBIAS_CTL (0x4) */
+- 0x20, /* REG_ANAMICL (0x5) */
+- 0x00, /* REG_ANAMICR (0x6) */
++ 0x34, /* REG_ANAMICL (0x5) */
++ 0x14, /* REG_ANAMICR (0x6) */
+ 0x00, /* REG_AVADC_CTL (0x7) */
+ 0x00, /* REG_ADCMICSEL (0x8) */
+ 0x00, /* REG_DIGMIXING (0x9) */
+