All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch
@ 2020-07-02  2:30 puyou.lu
  2020-07-02  9:29 ` Charles Keepax
  0 siblings, 1 reply; 2+ messages in thread
From: puyou.lu @ 2020-07-02  2:30 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: Puyou Lu, patches, alsa-devel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch
  2020-07-02  2:30 [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch puyou.lu
@ 2020-07-02  9:29 ` Charles Keepax
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Keepax @ 2020-07-02  9:29 UTC (permalink / raw)
  To: puyou.lu; +Cc: patches, alsa-devel, broonie, lgirdwood

On Thu, Jul 02, 2020 at 10:30:25AM +0800, puyou.lu@gmail.com wrote:
> 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>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-09 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02  2:30 [PATCH 1/2] ASoC: wm8974: fix Boost Mixer Aux Switch puyou.lu
2020-07-02  9:29 ` Charles Keepax

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.