[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250304140500.976127-1-ckeepax@opensource.cirrus.com>
Date: Tue, 4 Mar 2025 14:04:47 +0000
From: Charles Keepax <ckeepax@...nsource.cirrus.com>
To: <broonie@...nel.org>
CC: <lgirdwood@...il.com>, <peda@...ntia.se>, <andrei.simion@...rochip.com>,
<nuno.sa@...log.com>, <paul@...pouillou.net>, <oder_chiou@...ltek.com>,
<kiseok.jo@...ndevice.com>, <shenghao-ding@...com>, <kevin-lu@...com>,
<baojun.xu@...com>, <srinivas.kandagatla@...aro.org>,
<linux-sound@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<patches@...nsource.cirrus.com>
Subject: [PATCH v3 00/13] Tidy up ASoC VALUE control macros
Tidy up the ASoC control value macros. Fix some drivers that should be
using core macros that aren't, combine the existing core macros to be
a little more consistent in style, and update the core macros to use
each other where possible.
Change since v2:
- Fix typo in SOC_DOUBLE_RANGE_TLV refactor
Changes since v1:
- Add the missing first patch that I managed to forget in v1. This was
stopping the series applying, as it was only in my tree.
Thanks,
Charles
Charles Keepax (13):
ASoC: Remove unused helper macro
ASoC: rt715: Remove duplicate SOC_DOUBLE_R_EXT() helper macro
ASoC: sma1307: Use SOC_SINGLE_EXT() helper macro
ASoC: tas2562: Use SOC_SINGLE_EXT_TLV() helper macro
ASoC: wcd938x: Use SOC_SINGLE_EXT_TLV() helper macro
ASoC: wm9712: Use SOC_SINGLE_EXT() helper macro
ASoC: wm9713: Use SOC_DOUBLE_EXT() helper macro
ASoC: wsa881x: Use SOC_SINGLE_EXT_TLV() helper macro
ASoC: atmel: tse850-pcm5142: Use SOC_SINGLE_EXT() helper macro
ASoC: dapm: Add missing SOC_DAPM_DOUBLE_R_TLV() helper
ASoC: dapm: Use ASoC control macros where possible
ASoC: Tidy up SOC_DOUBLE_R_* helpers
ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpers
include/sound/soc-dapm.h | 59 ++++++++------------
include/sound/soc.h | 96 +++++++++++---------------------
sound/soc/atmel/tse850-pcm5142.c | 11 +---
sound/soc/codecs/adau17x1.c | 10 ++--
sound/soc/codecs/jz4760.c | 32 ++---------
sound/soc/codecs/jz4770.c | 40 ++-----------
sound/soc/codecs/rt715-sdca.c | 8 ---
sound/soc/codecs/rt715.c | 8 ---
sound/soc/codecs/sma1307.c | 11 +---
sound/soc/codecs/tas2562.c | 14 +----
sound/soc/codecs/wcd938x.c | 9 +--
sound/soc/codecs/wm9712.c | 10 +---
sound/soc/codecs/wm9713.c | 10 +---
sound/soc/codecs/wsa881x.c | 9 +--
14 files changed, 92 insertions(+), 235 deletions(-)
--
2.39.5
Powered by blists - more mailing lists