mbox series

[0/2] ASoC: Add macros for signed TLV controls with callbacks

Message ID 20220422160112.3026542-1-rf@opensource.cirrus.com
Headers show
Series ASoC: Add macros for signed TLV controls with callbacks | expand

Message

Richard Fitzgerald April 22, 2022, 4:01 p.m. UTC
This adds SOC_DOUBLE_R_S_EXT_TLV and SOC_SINGLE_S_EXT_TLV macros for
signed TLV controls that need custom get/put callbacks. These will be
needed by future Cirrus codec drivers, but are not particularly exotic
so could be useful for others.

Richard Fitzgerald (1):
  ASoC: soc.h: Add SOC_SINGLE_S_EXT_TLV macro

Simon Trimmer (1):
  ASoC: soc.h: Introduce SOC_DOUBLE_R_S_EXT_TLV() macro

 include/sound/soc.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)