diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2008-12-10 05:51:46 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-10 06:43:01 -0500 |
commit | 6a1bee4a9cae13aa73abd8f724bada213a38eb63 (patch) | |
tree | aad4a2b87482467a4abd4016443e5f49d58058a5 /sound/soc/codecs | |
parent | 1e297a19252a6792c4479b300020f7f63eeb56ef (diff) |
ASoC: TWL4030: Add missing Carkit output
SND_SOC_DAPM_OUTPUT definition for carkitL/R was missing.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 71ab5342bea5..13d5a12ac293 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -761,6 +761,8 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = { | |||
761 | SND_SOC_DAPM_OUTPUT("PREDRIVER"), | 761 | SND_SOC_DAPM_OUTPUT("PREDRIVER"), |
762 | SND_SOC_DAPM_OUTPUT("HSOL"), | 762 | SND_SOC_DAPM_OUTPUT("HSOL"), |
763 | SND_SOC_DAPM_OUTPUT("HSOR"), | 763 | SND_SOC_DAPM_OUTPUT("HSOR"), |
764 | SND_SOC_DAPM_OUTPUT("CARKITL"), | ||
765 | SND_SOC_DAPM_OUTPUT("CARKITR"), | ||
764 | SND_SOC_DAPM_OUTPUT("HFL"), | 766 | SND_SOC_DAPM_OUTPUT("HFL"), |
765 | SND_SOC_DAPM_OUTPUT("HFR"), | 767 | SND_SOC_DAPM_OUTPUT("HFR"), |
766 | 768 | ||