aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r--sound/soc/codecs/wm8994.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index d10d65191fd2..c80218f23bb9 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3730,11 +3730,12 @@ static int wm8994_codec_probe(struct platform_device *pdev)
3730 case 3: 3730 case 3:
3731 wm8994->hubs.dcs_codes = -5; 3731 wm8994->hubs.dcs_codes = -5;
3732 wm8994->hubs.hp_startup_mode = 1; 3732 wm8994->hubs.hp_startup_mode = 1;
3733 wm8994->hubs.dcs_readback_mode = 1;
3733 break; 3734 break;
3734 default: 3735 default:
3736 wm8994->hubs.dcs_readback_mode = 1;
3735 break; 3737 break;
3736 } 3738 }
3737
3738 3739
3739 /* Remember if AIFnLRCLK is configured as a GPIO. This should be 3740 /* Remember if AIFnLRCLK is configured as a GPIO. This should be
3740 * configured on init - if a system wants to do this dynamically 3741 * configured on init - if a system wants to do this dynamically