commit | dfd0edda1fb3cd7a7cdde56467d718b1e49e32d5 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Aug 02 17:20:04 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 05 13:24:17 2015 +0100 |
tree | 4aa1d142ce89d1b782fc4ecdd2e1714dda7424b5 | |
parent | fcbb71e9ccac59940b619bdd5a51c96495dd4731 [diff] |
ASoC: wm8990: Don't use range container for TLV with one entry For TLVs with only a single entry it is not necessary to use a range container. Use DECLARE_TLV_DB_SCALE() directly instead of a combination of TLV_DB_RANGE_HEAD() and TLV_DB_SCALE_ITEM(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>