Message ID | 20170813150033.17049-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 9ab51b9469e6a63dbf4385bdd02704e87b65a039 |
Headers | show |
diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c index 59d03d036945..03d07bf4d942 100644 --- a/sound/soc/codecs/max98926.c +++ b/sound/soc/codecs/max98926.c @@ -213,8 +213,8 @@ static bool max98926_readable_register(struct device *dev, unsigned int reg) } }; -DECLARE_TLV_DB_SCALE(max98926_spk_tlv, -600, 100, 0); -DECLARE_TLV_DB_RANGE(max98926_current_tlv, +static DECLARE_TLV_DB_SCALE(max98926_spk_tlv, -600, 100, 0); +static DECLARE_TLV_DB_RANGE(max98926_current_tlv, 0, 11, TLV_DB_SCALE_ITEM(20, 20, 0), 12, 15, TLV_DB_SCALE_ITEM(320, 40, 0), );