summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/88pm860x-codec.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2015-08-02 17:20:10 +0200
committerMark Brown <broonie@kernel.org>2015-08-05 14:24:42 +0200
commit2e45a25f9cb6546d8b3c20d9461e21f8c0a75a8a (patch)
tree61f0e1df2747cd1dbad96884e0c96b1eab5250e2 /sound/soc/codecs/88pm860x-codec.c
parentASoC: wm9713: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE (diff)
downloadlinux-2e45a25f9cb6546d8b3c20d9461e21f8c0a75a8a.tar.xz
linux-2e45a25f9cb6546d8b3c20d9461e21f8c0a75a8a.zip
ASoC: wm_hubs: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE
DECLARE_TLV_DB_RANGE() has the advantage over using TLV_DB_RANGE_HEAD() that it automatically calculates the number of items in the TLV and is hence less prone to manual error. Generate using the following coccinelle script // <smpl> @@ declarer name DECLARE_TLV_DB_RANGE; identifier tlv; constant x; @@ -unsigned int tlv[] = { - TLV_DB_RANGE_HEAD(x), +DECLARE_TLV_DB_RANGE(tlv, ... -}; +); // </smpl> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/88pm860x-codec.c')
0 files changed, 0 insertions, 0 deletions