All of lore.kernel.org
 help / color / mirror / Atom feed
From: puyou.lu@gmail.com
To: broonie@kernel.org, lgirdwood@gmail.com
Cc: Puyou Lu <puyou.lu@gmail.com>,
	patches@opensource.cirrus.com, alsa-devel@alsa-project.org
Subject: [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch
Date: Thu,  2 Jul 2020 10:30:25 +0800	[thread overview]
Message-ID: <1593657025-4903-1-git-send-email-puyou.lu@gmail.com> (raw)

From: Puyou Lu <puyou.lu@gmail.com>

Clear BIT6 of INPPGA means not muted (Switch On).

Signed-off-by: Puyou Lu <puyou.lu@gmail.com>
---
 sound/soc/codecs/wm8974.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c
index 06ba365..764bf93 100644
--- a/sound/soc/codecs/wm8974.c
+++ b/sound/soc/codecs/wm8974.c
@@ -186,7 +186,7 @@ SOC_DAPM_SINGLE("PCM Playback Switch", WM8974_MONOMIX, 0, 1, 0),
 
 /* Boost mixer */
 static const struct snd_kcontrol_new wm8974_boost_mixer[] = {
-SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1, 0),
+SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1, 1),
 };
 
 /* Input PGA */
-- 
2.7.4


             reply	other threads:[~2020-07-09 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02  2:30 puyou.lu [this message]
2020-07-02  9:29 ` [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch 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=1593657025-4903-1-git-send-email-puyou.lu@gmail.com \
    --to=puyou.lu@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=patches@opensource.cirrus.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.