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