From: Matt Reimer <mreimer@sdgsystems.com>
To: Alsa-devel@alsa-project.org
Cc: patches@opensource.wolfsonmicro.com,
Matt Reimer <mreimer@sdgsystems.com>
Subject: [PATCH] ALSA: ASoC: wm9713: correct mono out PGA sources
Date: Mon, 19 May 2014 09:04:30 -0700 [thread overview]
Message-ID: <1400515470-3474-1-git-send-email-mreimer@sdgsystems.com> (raw)
In-Reply-To: <1400186759-24248-1-git-send-email-mreimer@sdgsystems.com>
The mono output PGA input only has four possible sources, so
omit the rest.
Signed-off-by: Matt Reimer <mreimer@sdgsystems.com>
---
sound/soc/codecs/wm9713.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index 5f69b52..caf0269 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -74,8 +74,7 @@ static const char *wm9713_rec_src[] =
"Mono Out", "Zh"};
static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"};
static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"};
-static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv",
- "Mono Vmid", "Inv Vmid"};
+static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv"};
static const char *wm9713_spk_pga[] =
{"Vmid", "Zh", "Headphone", "Speaker", "Inv", "Headphone Vmid",
"Speaker Vmid", "Inv Vmid"};
--
1.7.5.4
next prev parent reply other threads:[~2014-05-19 16:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 20:45 [PATCH] ALSA: ASoC: wm9713: correct mono out PGA sources Matt Reimer
2014-05-19 16:04 ` Matt Reimer [this message]
2014-05-19 16:26 ` Charles Keepax
2014-05-19 16:35 ` Matt Reimer
2014-06-01 12:53 ` Mark Brown
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=1400515470-3474-1-git-send-email-mreimer@sdgsystems.com \
--to=mreimer@sdgsystems.com \
--cc=Alsa-devel@alsa-project.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.