diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-21 13:22:40 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-21 13:40:52 +0000 |
commit | e16605855d58803fe0608417150c7a618b4f8243 (patch) | |
tree | 8f33b62605a21da97f0b5d9730c9f1e9fa578280 /sound | |
parent | 22f8d055350066b4a87de4adea8c5213cac54534 (diff) |
ASoC: wm8994: Update WM8994 DCS calibration
Based on latest production information.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 9685dff44dd..10d27890eed 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -3652,7 +3652,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) case 2: case 3: wm8994->hubs.dcs_codes_l = -9; - wm8994->hubs.dcs_codes_r = -5; + wm8994->hubs.dcs_codes_r = -7; break; default: break; |