commit | b5b9eb546762c4015c67c31364a6ec6f83fd2ada | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Nov 20 16:22:24 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 16 10:02:10 2012 +0200 |
tree | 51915b26a33c7bafb68b9759856129798a403c8a | |
parent | 1464189f8c2a5341722437ef916786afaf241c44 [diff] |
ALSA: tlv: compute TLV_*_ITEM lengths automatically Add helper macros with a little bit of preprocessor magic to automatically compute the length of a TLV item. This lets us avoid having to compute this by hand, and will allow to use items that do not use a fixed length. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>