summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-04-27 16:41:24 +0200
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-04-28 18:09:45 +0200
commit0adc74b06210f1be01145a5977a36b83aca0aa68 (patch)
tree378495bdf474a70afef101f9e1859953d8826129 /meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch
parentd65be3dd2aaa643b5596c8470caf7f291513efee (diff)
downloadopenembedded-core-0adc74b06210f1be01145a5977a36b83aca0aa68.tar.gz
openembedded-core-0adc74b06210f1be01145a5977a36b83aca0aa68.tar.bz2
openembedded-core-0adc74b06210f1be01145a5977a36b83aca0aa68.tar.xz
openembedded-core-0adc74b06210f1be01145a5977a36b83aca0aa68.zip
beagleboard: added 2.6.29 kernel from OE
tested on B7 Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch')
-rw-r--r--meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch b/meta/packages/linux/linux-omap-2.6.29/fix-audio-capture.patch
new file mode 100644
index 000000000..c5ff91475
--- /dev/null
+++ b/meta/packages/linux/linux-omap-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) */
+