commit | bc8cb02976cd602b8d7631a6f4a54a9cf305d38c | [log] [tgz] |
---|---|---|
author | Richard Fitzgerald <rf@opensource.cirrus.com> | Tue Apr 05 14:54:15 2022 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 05 18:27:54 2022 +0100 |
tree | 943a57958bce448c502a1023a9b6bd8404f34d6c | |
parent | 9a2c98418930c60e25b89a140c8b42a8cd6d84a6 [diff] |
ASoC: soc.h: Add SOC_SINGLE_S_TLV() macro Add a convenience macro for defining a single (mono) TLV control with a signed value. This can already be done by using SOC_DOUBLE_R_S_TLV() with the same address for left and right registers, but a dedicated macro is more readable. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220405135419.1230088-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>