diff options
-rw-r--r-- | sound/soc/codecs/wm8994.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 18c99cda7cc9..e9a405a1fdaf 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3492,11 +3492,13 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) | |||
3492 | 3492 | ||
3493 | case WM8958: | 3493 | case WM8958: |
3494 | wm8994->hubs.dcs_readback_mode = 1; | 3494 | wm8994->hubs.dcs_readback_mode = 1; |
3495 | wm8994->hubs.hp_startup_mode = 1; | ||
3495 | break; | 3496 | break; |
3496 | 3497 | ||
3497 | case WM1811: | 3498 | case WM1811: |
3498 | wm8994->hubs.dcs_readback_mode = 2; | 3499 | wm8994->hubs.dcs_readback_mode = 2; |
3499 | wm8994->hubs.no_series_update = 1; | 3500 | wm8994->hubs.no_series_update = 1; |
3501 | wm8994->hubs.hp_startup_mode = 1; | ||
3500 | 3502 | ||
3501 | switch (wm8994->revision) { | 3503 | switch (wm8994->revision) { |
3502 | case 0: | 3504 | case 0: |