Message ID | 1364469746-5026-2-git-send-email-broonie@opensource.wolfsonmicro.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Mark Brown wrote: > > From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> > > 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> > --- > arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach- > s3c64xx/mach-crag6410-module.c > index bf3d1c0..a946b75 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 = { > .gpio_base = CODEC_GPIO_BASE, > .irq_active_high = true, > .micd_pol_gpio = CODEC_GPIO_BASE + 4, > + .micd_rate = 6, > .gpio_defaults = { > [2] = 0x10000, /* AIF3TXLRCLK */ > [3] = 0x4, /* OPCLK */ > -- > 1.7.10.4 Applied, thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index bf3d1c0..a946b75 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 = { .gpio_base = CODEC_GPIO_BASE, .irq_active_high = true, .micd_pol_gpio = CODEC_GPIO_BASE + 4, + .micd_rate = 6, .gpio_defaults = { [2] = 0x10000, /* AIF3TXLRCLK */ [3] = 0x4, /* OPCLK */