diff options
Diffstat (limited to 'sound/soc/codecs/wm_hubs.c')
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index fd86bd105460..624b3b9cb079 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -38,11 +38,10 @@ static const DECLARE_TLV_DB_SCALE(earpiece_tlv, -600, 600, 0); | |||
38 | static const DECLARE_TLV_DB_SCALE(outmix_tlv, -2100, 300, 0); | 38 | static const DECLARE_TLV_DB_SCALE(outmix_tlv, -2100, 300, 0); |
39 | static const DECLARE_TLV_DB_SCALE(spkmixout_tlv, -1800, 600, 1); | 39 | static const DECLARE_TLV_DB_SCALE(spkmixout_tlv, -1800, 600, 1); |
40 | static const DECLARE_TLV_DB_SCALE(outpga_tlv, -5700, 100, 0); | 40 | static const DECLARE_TLV_DB_SCALE(outpga_tlv, -5700, 100, 0); |
41 | static const unsigned int spkboost_tlv[] = { | 41 | static const DECLARE_TLV_DB_RANGE(spkboost_tlv, |
42 | TLV_DB_RANGE_HEAD(2), | ||
43 | 0, 6, TLV_DB_SCALE_ITEM(0, 150, 0), | 42 | 0, 6, TLV_DB_SCALE_ITEM(0, 150, 0), |
44 | 7, 7, TLV_DB_SCALE_ITEM(1200, 0, 0), | 43 | 7, 7, TLV_DB_SCALE_ITEM(1200, 0, 0) |
45 | }; | 44 | ); |
46 | static const DECLARE_TLV_DB_SCALE(line_tlv, -600, 600, 0); | 45 | static const DECLARE_TLV_DB_SCALE(line_tlv, -600, 600, 0); |
47 | 46 | ||
48 | static const char *speaker_ref_text[] = { | 47 | static const char *speaker_ref_text[] = { |