All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: tegra+alc5632: Added digital microphone DAPM widget.
@ 2012-02-13 19:27 Leon Romanovsky
  2012-02-13 19:37 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2012-02-13 19:27 UTC (permalink / raw)
  To: lrg, broonie, alsa-devel; +Cc: Leon Romanovsky

ALC5632 codec supports digital microphone. This patch adds DAPM widget.

Signed-off-by: Leon Romanovsky <leon@leon.nu>
---
 sound/soc/tegra/tegra_alc5632.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c
index c000f51..2a27725 100644
--- a/sound/soc/tegra/tegra_alc5632.c
+++ b/sound/soc/tegra/tegra_alc5632.c
@@ -102,6 +102,7 @@ static const struct snd_soc_dapm_widget tegra_alc5632_dapm_widgets[] = {
 	SND_SOC_DAPM_SPK("Int Spk", NULL),
 	SND_SOC_DAPM_HP("Headset Stereophone", NULL),
 	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Digital Mic", NULL),
 };
 
 static const struct snd_kcontrol_new tegra_alc5632_controls[] = {
-- 
1.7.3.4

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

* Re: [PATCH 1/2] ASoC: tegra+alc5632: Added digital microphone DAPM widget.
  2012-02-13 19:27 [PATCH 1/2] ASoC: tegra+alc5632: Added digital microphone DAPM widget Leon Romanovsky
@ 2012-02-13 19:37 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-02-13 19:37 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: alsa-devel, lrg

On Mon, Feb 13, 2012 at 09:27:36PM +0200, Leon Romanovsky wrote:
> ALC5632 codec supports digital microphone. This patch adds DAPM widget.

Applied, thanks.

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

end of thread, other threads:[~2012-02-13 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 19:27 [PATCH 1/2] ASoC: tegra+alc5632: Added digital microphone DAPM widget Leon Romanovsky
2012-02-13 19:37 ` 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.