diff options
Diffstat (limited to 'sound/soc/codecs/wm8903.c')
-rw-r--r-- | sound/soc/codecs/wm8903.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index a3a489da008f..27c8b94c0551 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
@@ -846,6 +846,7 @@ SND_SOC_DAPM_PGA("Right Speaker PGA", WM8903_POWER_MANAGEMENT_5, 0, 0, | |||
846 | 846 | ||
847 | SND_SOC_DAPM_SUPPLY("Charge Pump", WM8903_CHARGE_PUMP_0, 0, 0, | 847 | SND_SOC_DAPM_SUPPLY("Charge Pump", WM8903_CHARGE_PUMP_0, 0, 0, |
848 | wm8903_cp_event, SND_SOC_DAPM_POST_PMU), | 848 | wm8903_cp_event, SND_SOC_DAPM_POST_PMU), |
849 | SND_SOC_DAPM_SUPPLY("CLK_DSP", WM8903_CLOCK_RATES_2, 1, 0, NULL, 0), | ||
849 | }; | 850 | }; |
850 | 851 | ||
851 | static const struct snd_soc_dapm_route intercon[] = { | 852 | static const struct snd_soc_dapm_route intercon[] = { |
@@ -891,7 +892,12 @@ static const struct snd_soc_dapm_route intercon[] = { | |||
891 | { "Right Input PGA", NULL, "Right Input Mode Mux" }, | 892 | { "Right Input PGA", NULL, "Right Input Mode Mux" }, |
892 | 893 | ||
893 | { "ADCL", NULL, "Left Input PGA" }, | 894 | { "ADCL", NULL, "Left Input PGA" }, |
895 | { "ADCL", NULL, "CLK_DSP" }, | ||
894 | { "ADCR", NULL, "Right Input PGA" }, | 896 | { "ADCR", NULL, "Right Input PGA" }, |
897 | { "ADCR", NULL, "CLK_DSP" }, | ||
898 | |||
899 | { "DACL", NULL, "CLK_DSP" }, | ||
900 | { "DACR", NULL, "CLK_DSP" }, | ||
895 | 901 | ||
896 | { "Left Output Mixer", "Left Bypass Switch", "Left Input PGA" }, | 902 | { "Left Output Mixer", "Left Bypass Switch", "Left Input PGA" }, |
897 | { "Left Output Mixer", "Right Bypass Switch", "Right Input PGA" }, | 903 | { "Left Output Mixer", "Right Bypass Switch", "Right Input PGA" }, |