diff mbox series

[v2,1/2] ASoC: codecs: wcd9335: Add define for number of DAIs

Message ID 20241209094442.38900-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 76c29db042e4f0fdea75c76cd4ad5f36080cd1c9
Headers show
Series [v2,1/2] ASoC: codecs: wcd9335: Add define for number of DAIs | expand

Commit Message

Krzysztof Kozlowski Dec. 9, 2024, 9:44 a.m. UTC
Number of DAIs in the codec is not really a binding, because it could
grow, e.g. when we implement missing features.  Add the define to the
driver, which will replace the one in the binding header.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Cc: Dzmitry Sankouski <dsankouski@gmail.com>

Changes in v2:
1. Fix 'error: "NUM_CODEC_DAIS" redefined' error (Mark).
---
 sound/soc/codecs/wcd9335.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mark Brown Dec. 10, 2024, 1 p.m. UTC | #1
On Mon, 09 Dec 2024 10:44:41 +0100, Krzysztof Kozlowski wrote:
> Number of DAIs in the codec is not really a binding, because it could
> grow, e.g. when we implement missing features.  Add the define to the
> driver, which will replace the one in the binding header.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: codecs: wcd9335: Add define for number of DAIs
      commit: 76c29db042e4f0fdea75c76cd4ad5f36080cd1c9
[2/2] ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the header
      commit: e9705da8472f306b44cbe1992ea2161bb96ece6e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c
index a2521e16c099..7cef43bb2a88 100644
--- a/sound/soc/codecs/wcd9335.c
+++ b/sound/soc/codecs/wcd9335.c
@@ -159,6 +159,8 @@ 
 	{"AMIC MUX" #id, "ADC5", "ADC5"},		\
 	{"AMIC MUX" #id, "ADC6", "ADC6"}
 
+#define NUM_CODEC_DAIS          7
+
 enum {
 	WCD9335_RX0 = 0,
 	WCD9335_RX1,