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 36ba1edfff80..6c2988549003 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3183,6 +3183,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) | |||
3183 | switch (wm8994->revision) { | 3183 | switch (wm8994->revision) { |
3184 | case 0: | 3184 | case 0: |
3185 | case 1: | 3185 | case 1: |
3186 | case 2: | ||
3187 | case 3: | ||
3186 | wm8994->hubs.dcs_codes_l = -9; | 3188 | wm8994->hubs.dcs_codes_l = -9; |
3187 | wm8994->hubs.dcs_codes_r = -5; | 3189 | wm8994->hubs.dcs_codes_r = -5; |
3188 | break; | 3190 | break; |