aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>2008-12-10 05:51:48 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-12-10 06:43:02 -0500
commit1e5fa31f96d558e53fe80e943305104bf4339711 (patch)
treebb90c5e926a60fd2a24d6f2e7e2557b6bc64d949
parentd4a73131a56e906b8f65e20934516adcad68b524 (diff)
ASoC: TWL4030: Change the name for the DACs
To avoid confusion the names for the DACs changed: DACL1 -> DAC Left1 ... Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/codecs/twl4030.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index b321928152d1..13773028f6f1 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -764,13 +764,13 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
764 SND_SOC_DAPM_OUTPUT("HFR"), 764 SND_SOC_DAPM_OUTPUT("HFR"),
765 765
766 /* DACs */ 766 /* DACs */
767 SND_SOC_DAPM_DAC("DACR1", "Right Front Playback", 767 SND_SOC_DAPM_DAC("DAC Right1", "Right Front Playback",
768 TWL4030_REG_AVDAC_CTL, 0, 0), 768 TWL4030_REG_AVDAC_CTL, 0, 0),
769 SND_SOC_DAPM_DAC("DACL1", "Left Front Playback", 769 SND_SOC_DAPM_DAC("DAC Left1", "Left Front Playback",
770 TWL4030_REG_AVDAC_CTL, 1, 0), 770 TWL4030_REG_AVDAC_CTL, 1, 0),
771 SND_SOC_DAPM_DAC("DACR2", "Right Rear Playback", 771 SND_SOC_DAPM_DAC("DAC Right2", "Right Rear Playback",
772 TWL4030_REG_AVDAC_CTL, 2, 0), 772 TWL4030_REG_AVDAC_CTL, 2, 0),
773 SND_SOC_DAPM_DAC("DACL2", "Left Rear Playback", 773 SND_SOC_DAPM_DAC("DAC Left2", "Left Rear Playback",
774 TWL4030_REG_AVDAC_CTL, 3, 0), 774 TWL4030_REG_AVDAC_CTL, 3, 0),
775 775
776 /* Analog PGAs */ 776 /* Analog PGAs */
@@ -816,10 +816,10 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
816}; 816};
817 817
818static const struct snd_soc_dapm_route intercon[] = { 818static const struct snd_soc_dapm_route intercon[] = {
819 {"ARXL1_APGA", NULL, "DACL1"}, 819 {"ARXL1_APGA", NULL, "DAC Left1"},
820 {"ARXR1_APGA", NULL, "DACR1"}, 820 {"ARXR1_APGA", NULL, "DAC Right1"},
821 {"ARXL2_APGA", NULL, "DACL2"}, 821 {"ARXL2_APGA", NULL, "DAC Left2"},
822 {"ARXR2_APGA", NULL, "DACR2"}, 822 {"ARXR2_APGA", NULL, "DAC Right2"},
823 823
824 /* Internal playback routings */ 824 /* Internal playback routings */
825 /* Earpiece */ 825 /* Earpiece */