diff options
Diffstat (limited to 'sound/soc/codecs/wm8993.c')
-rw-r--r-- | sound/soc/codecs/wm8993.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index 9e5ff789b80..6e85b8869af 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c | |||
@@ -876,7 +876,7 @@ SND_SOC_DAPM_MIXER("SPKL", WM8993_POWER_MANAGEMENT_3, 8, 0, | |||
876 | left_speaker_mixer, ARRAY_SIZE(left_speaker_mixer)), | 876 | left_speaker_mixer, ARRAY_SIZE(left_speaker_mixer)), |
877 | SND_SOC_DAPM_MIXER("SPKR", WM8993_POWER_MANAGEMENT_3, 9, 0, | 877 | SND_SOC_DAPM_MIXER("SPKR", WM8993_POWER_MANAGEMENT_3, 9, 0, |
878 | right_speaker_mixer, ARRAY_SIZE(right_speaker_mixer)), | 878 | right_speaker_mixer, ARRAY_SIZE(right_speaker_mixer)), |
879 | 879 | SND_SOC_DAPM_PGA("Direct Voice", SND_SOC_NOPM, 0, 0, NULL, 0), | |
880 | }; | 880 | }; |
881 | 881 | ||
882 | static const struct snd_soc_dapm_route routes[] = { | 882 | static const struct snd_soc_dapm_route routes[] = { |
@@ -1434,6 +1434,7 @@ static int wm8993_probe(struct snd_soc_codec *codec) | |||
1434 | 1434 | ||
1435 | wm8993->hubs_data.hp_startup_mode = 1; | 1435 | wm8993->hubs_data.hp_startup_mode = 1; |
1436 | wm8993->hubs_data.dcs_codes = -2; | 1436 | wm8993->hubs_data.dcs_codes = -2; |
1437 | wm8993->hubs_data.series_startup = 1; | ||
1437 | 1438 | ||
1438 | ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_I2C); | 1439 | ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_I2C); |
1439 | if (ret != 0) { | 1440 | if (ret != 0) { |