From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: kgene.kim@samsung.com
Cc: broonie@opensource.wolfsonmicro.com, ben-linux@fluff.org,
patches@opensource.wolfsonmicro.com,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Subject: [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
Date: Fri, 22 Feb 2013 12:02:44 +0000 [thread overview]
Message-ID: <1361534564-2082-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> (raw)
A slightly slower rate provides more reliable jack detection during
slower insertions.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
This patch does depend on a patch which will be coming through
the extcon tree but this should get merged during this merge
window.
switch: arizona: Support microphone detection rate configuration
commit 2e033db5ddf299de2ae568919d78b0258a5a6423
Thanks,
Charles
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 +
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 755c0bb..4f5ace2 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.2.5
WARNING: multiple messages have this Message-ID (diff)
From: ckeepax@opensource.wolfsonmicro.com (Charles Keepax)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102
Date: Fri, 22 Feb 2013 12:02:44 +0000 [thread overview]
Message-ID: <1361534564-2082-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> (raw)
A slightly slower rate provides more reliable jack detection during
slower insertions.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
This patch does depend on a patch which will be coming through
the extcon tree but this should get merged during this merge
window.
switch: arizona: Support microphone detection rate configuration
commit 2e033db5ddf299de2ae568919d78b0258a5a6423
Thanks,
Charles
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 1 +
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 755c0bb..4f5ace2 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.2.5
next reply other threads:[~2013-02-22 12:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-22 12:02 Charles Keepax [this message]
2013-02-22 12:02 ` [PATCH] ARM: S3C64XX: Slow down mic detection rate for wm5102 Charles Keepax
2013-02-22 12:10 ` Mark Brown
2013-02-22 12:10 ` Mark Brown
2013-03-11 1:31 ` Kukjin Kim
2013-03-11 1:31 ` Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1361534564-2082-1-git-send-email-ckeepax@opensource.wolfsonmicro.com \
--to=ckeepax@opensource.wolfsonmicro.com \
--cc=ben-linux@fluff.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.