diff options
author | Paul Handrigan <Paul.Handrigan@cirrus.com> | 2012-12-07 15:53:42 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 22:26:44 -0500 |
commit | a1ad500e369183796820bffb4012b876a8685219 (patch) | |
tree | a378b414ad0b46b0bb324c04d4825641908b4d96 /sound | |
parent | 9489e9dcae718d5fde988e4a684a0f55b5f94d17 (diff) |
ASoC: cs42l73: Add DMIC's as DAPM inputs.
Signed-off-by: Paul Handrigan <Paul.Handrigan@cirrus.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | 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 2c08c4cb465a..476679510dff 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[] = { | |||
589 | }; | 589 | }; |
590 | 590 | ||
591 | static const struct snd_soc_dapm_widget cs42l73_dapm_widgets[] = { | 591 | static const struct snd_soc_dapm_widget cs42l73_dapm_widgets[] = { |
592 | SND_SOC_DAPM_INPUT("DMICA"), | ||
593 | SND_SOC_DAPM_INPUT("DMICB"), | ||
592 | SND_SOC_DAPM_INPUT("LINEINA"), | 594 | SND_SOC_DAPM_INPUT("LINEINA"), |
593 | SND_SOC_DAPM_INPUT("LINEINB"), | 595 | SND_SOC_DAPM_INPUT("LINEINB"), |
594 | SND_SOC_DAPM_INPUT("MIC1"), | 596 | SND_SOC_DAPM_INPUT("MIC1"), |
@@ -795,6 +797,8 @@ static const struct snd_soc_dapm_route cs42l73_audio_map[] = { | |||
795 | 797 | ||
796 | {"ADC Left", NULL, "PGA Left"}, | 798 | {"ADC Left", NULL, "PGA Left"}, |
797 | {"ADC Right", NULL, "PGA Right"}, | 799 | {"ADC Right", NULL, "PGA Right"}, |
800 | {"DMIC Left", NULL, "DMICA"}, | ||
801 | {"DMIC Right", NULL, "DMICB"}, | ||
798 | 802 | ||
799 | {"Input Left Capture", "ADC Left Input", "ADC Left"}, | 803 | {"Input Left Capture", "ADC Left Input", "ADC Left"}, |
800 | {"Input Right Capture", "ADC Right Input", "ADC Right"}, | 804 | {"Input Right Capture", "ADC Right Input", "ADC Right"}, |