All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: cs4265: Add a MIC pre. switch
@ 2018-09-07  3:27 Matt Flax
  2018-09-07  8:26 ` Charles Keepax
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Flax @ 2018-09-07  3:27 UTC (permalink / raw)
  To: alsa-devel; +Cc: brian.austin, broonie, ckeepax, paul.handrigan, Matt Flax

This patch adds a MIC preamp enable switch as a SOC_SINGLE.

Signed-off-by: Matt Flax <flatmax@flatmax.org>
---
 sound/soc/codecs/cs4265.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/cs4265.c b/sound/soc/codecs/cs4265.c
index d9eebf6a..03476f93 100644
--- a/sound/soc/codecs/cs4265.c
+++ b/sound/soc/codecs/cs4265.c
@@ -161,6 +161,7 @@ static const struct snd_kcontrol_new cs4265_snd_controls[] = {
 	SOC_SINGLE("MMTLR Data Switch", CS4265_SPDIF_CTL2, 0, 1, 0),
 	SOC_ENUM("Mono Channel Select", spdif_mono_select_enum),
 	SND_SOC_BYTES("C Data Buffer", CS4265_C_DATA_BUFF, 24),
+	SOC_SINGLE("MIC Preamp", CS4265_PWRCTL, 3, 1, 1),
 };
 
 static const struct snd_soc_dapm_widget cs4265_dapm_widgets[] = {
-- 
2.17.1

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

end of thread, other threads:[~2018-09-07 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07  3:27 [PATCH] ASoC: cs4265: Add a MIC pre. switch Matt Flax
2018-09-07  8:26 ` Charles Keepax
2018-09-07 10:18   ` Matt Flax
2018-09-07 10:55     ` Charles Keepax
2018-09-07 11:06       ` Matt Flax

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.