summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch')
-rw-r--r--meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch b/meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch
new file mode 100644
index 0000000000..c5ff914757
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-omap-2.6.29/fix-audio-capture.patch
@@ -0,0 +1,16 @@
1diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
2index ee2f0d3..8b4aafb 100644
3--- a/sound/soc/codecs/twl4030.c
4+++ b/sound/soc/codecs/twl4030.c
5@@ -45,8 +45,8 @@ static const u8 twl4030_reg[TWL4030_CACHEREGNUM] = {
6 0xc3, /* REG_OPTION (0x2) */
7 0x00, /* REG_UNKNOWN (0x3) */
8 0x00, /* REG_MICBIAS_CTL (0x4) */
9- 0x20, /* REG_ANAMICL (0x5) */
10- 0x00, /* REG_ANAMICR (0x6) */
11+ 0x34, /* REG_ANAMICL (0x5) */
12+ 0x14, /* REG_ANAMICR (0x6) */
13 0x00, /* REG_AVADC_CTL (0x7) */
14 0x00, /* REG_ADCMICSEL (0x8) */
15 0x00, /* REG_DIGMIXING (0x9) */
16