diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-04-18 17:52:00 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-04-18 17:52:00 +0200 |
commit | decc49dfad34504a9ff12c721e5fd0baf56a0444 (patch) | |
tree | 3425650b7f659ba2c9ba3690c8668ebd286075bb /sound | |
parent | 65e6f0b461da6590830416b104c665f147f13178 (diff) | |
parent | 0527fde0639955203ad48a9fd83bd6fc35e82e07 (diff) | |
download | kernel_samsung_crespo-decc49dfad34504a9ff12c721e5fd0baf56a0444.zip kernel_samsung_crespo-decc49dfad34504a9ff12c721e5fd0baf56a0444.tar.gz kernel_samsung_crespo-decc49dfad34504a9ff12c721e5fd0baf56a0444.tar.bz2 |
Merge branch 'linux-3.0.y' into ics
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/ak4642.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 79c1b3d..7d45197 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c @@ -143,7 +143,7 @@ * min : 0xFE : -115.0 dB * mute: 0xFF */ -static const DECLARE_TLV_DB_SCALE(out_tlv, -11500, 50, 1); +static const DECLARE_TLV_DB_SCALE(out_tlv, -11550, 50, 1); static const struct snd_kcontrol_new ak4642_snd_controls[] = { |