aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2013-03-10 21:31:45 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-04-04 02:17:14 -0400
commit1fa86dcfea3142522e8fd5f85fbbf79b84063cae (patch)
tree0711768d5acb9a0b8e3dd12b6950ae0a16aca1d8
parentf6281dbe4a92fe7d6758853d8db5f53a67bc9709 (diff)
ARM: S3C64XX: Slow down mic detection rate for wm5102
A slightly slower rate provides more reliable jack detection during slower insertions. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410-module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index bf3d1c09b085..a946b759fabd 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -210,6 +210,7 @@ static struct arizona_pdata wm5102_reva_pdata = {
210 .gpio_base = CODEC_GPIO_BASE, 210 .gpio_base = CODEC_GPIO_BASE,
211 .irq_active_high = true, 211 .irq_active_high = true,
212 .micd_pol_gpio = CODEC_GPIO_BASE + 4, 212 .micd_pol_gpio = CODEC_GPIO_BASE + 4,
213 .micd_rate = 6,
213 .gpio_defaults = { 214 .gpio_defaults = {
214 [2] = 0x10000, /* AIF3TXLRCLK */ 215 [2] = 0x10000, /* AIF3TXLRCLK */
215 [3] = 0x4, /* OPCLK */ 216 [3] = 0x4, /* OPCLK */