From: Matt Reimer <mreimer@sdgsystems.com>
To: Alsa-devel@alsa-project.org
Cc: Matt Reimer <mreimer@sdgsystems.com>
Subject: [PATCH] ALSA: ASoC: Fix WM9713 mic 2 preamp volume
Date: Thu, 15 May 2014 12:50:25 -0700 [thread overview]
Message-ID: <1400183425-23628-1-git-send-email-mreimer@sdgsystems.com> (raw)
Fix WM9713's mic 2 preamp volume. The previous definition specified
the Mic A pre-amp input select bits (aka "Mic A Source") instead.
Signed-off-by: Matt Reimer <mreimer@sdgsystems.com>
---
sound/soc/codecs/wm9713.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index acea892..5f69b52 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -134,7 +134,7 @@ SOC_DOUBLE_TLV("PCM Playback Volume", AC97_PHONE, 8, 0, 31, 1, main_tlv),
SOC_SINGLE_TLV("Mic 1 Volume", AC97_MIC, 8, 31, 1, main_tlv),
SOC_SINGLE_TLV("Mic 2 Volume", AC97_MIC, 0, 31, 1, main_tlv),
SOC_SINGLE_TLV("Mic 1 Preamp Volume", AC97_3D_CONTROL, 10, 3, 0, mic_tlv),
-SOC_SINGLE_TLV("Mic 2 Preamp Volume", AC97_3D_CONTROL, 12, 3, 0, mic_tlv),
+SOC_SINGLE_TLV("Mic 2 Preamp Volume", AC97_3D_CONTROL, 8, 3, 0, mic_tlv),
SOC_SINGLE("Mic Boost (+20dB) Switch", AC97_LINE, 5, 1, 0),
SOC_SINGLE("Mic Headphone Mixer Volume", AC97_LINE, 0, 7, 1),
--
1.7.5.4
next reply other threads:[~2014-05-15 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 19:50 Matt Reimer [this message]
2014-05-17 14:52 ` [PATCH] ALSA: ASoC: Fix WM9713 mic 2 preamp volume Charles Keepax
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=1400183425-23628-1-git-send-email-mreimer@sdgsystems.com \
--to=mreimer@sdgsystems.com \
--cc=Alsa-devel@alsa-project.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox