All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: cs42l73: Add DMIC's as DAPM inputs.
@ 2012-12-07 20:53 Paul Handrigan
  2012-12-07 20:53 ` [PATCH] ASoC: cs42l73: Add DAPM events for power down Paul Handrigan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Handrigan @ 2012-12-07 20:53 UTC (permalink / raw)
  To: alsa-devel; +Cc: brian.austin, broonie, lrg, Paul Handrigan

Signed-off-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
---
 sound/soc/codecs/cs42l73.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index 2c08c4c..4766795 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -589,6 +589,8 @@ static const struct snd_kcontrol_new cs42l73_snd_controls[] = {
 };
 
 static const struct snd_soc_dapm_widget cs42l73_dapm_widgets[] = {
+	SND_SOC_DAPM_INPUT("DMICA"),
+	SND_SOC_DAPM_INPUT("DMICB"),
 	SND_SOC_DAPM_INPUT("LINEINA"),
 	SND_SOC_DAPM_INPUT("LINEINB"),
 	SND_SOC_DAPM_INPUT("MIC1"),
@@ -795,6 +797,8 @@ static const struct snd_soc_dapm_route cs42l73_audio_map[] = {
 
 	{"ADC Left", NULL, "PGA Left"},
 	{"ADC Right", NULL, "PGA Right"},
+	{"DMIC Left", NULL, "DMICA"},
+	{"DMIC Right", NULL, "DMICB"},
 
 	{"Input Left Capture", "ADC Left Input", "ADC Left"},
 	{"Input Right Capture", "ADC Right Input", "ADC Right"},
-- 
1.7.0.4

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

end of thread, other threads:[~2012-12-10  3:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 20:53 [PATCH 1/3] ASoC: cs42l73: Add DMIC's as DAPM inputs Paul Handrigan
2012-12-07 20:53 ` [PATCH] ASoC: cs42l73: Add DAPM events for power down Paul Handrigan
2012-12-07 20:53 ` [PATCH 3/3] ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUT Paul Handrigan
2012-12-10  3:27 ` [PATCH 1/3] ASoC: cs42l73: Add DMIC's as DAPM inputs Mark Brown

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.