diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-11-23 20:07:16 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-11-23 20:07:16 +0400 |
commit | 77088cc97315e9bc713e335fb082ad26d065a4cf (patch) | |
tree | de3598d0d4d6cab29e7b7d7e65cfa9f999f41c8e /sound/soc/codecs/adau1373.c | |
parent | 6759dc323826c2c806c998cd93945c5476688dd2 (diff) | |
parent | ed3e80c4c991a52f9fce3421536a78e331ae0949 (diff) | |
download | linux-77088cc97315e9bc713e335fb082ad26d065a4cf.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/adau1373.c')
-rw-r--r-- | sound/soc/codecs/adau1373.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adau1373.c b/sound/soc/codecs/adau1373.c index 1ccf8dd47576..45c63028b40d 100644 --- a/sound/soc/codecs/adau1373.c +++ b/sound/soc/codecs/adau1373.c @@ -245,7 +245,7 @@ static const char *adau1373_bass_hpf_cutoff_text[] = { }; static const unsigned int adau1373_bass_tlv[] = { - TLV_DB_RANGE_HEAD(4), + TLV_DB_RANGE_HEAD(3), 0, 2, TLV_DB_SCALE_ITEM(-600, 600, 1), 3, 4, TLV_DB_SCALE_ITEM(950, 250, 0), 5, 7, TLV_DB_SCALE_ITEM(1400, 150, 0), |