diff mbox series

[v2,2/2] ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the header

Message ID 20241209094442.38900-2-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit e9705da8472f306b44cbe1992ea2161bb96ece6e
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 constant, because it
could grow, e.g. when we implement missing features.

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

---

Cc: Dzmitry Sankouski <dsankouski@gmail.com>

Changes in v2:
1. Use "dt-bindings" in the subject prefix.
---
 include/dt-bindings/sound/qcom,wcd9335.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/dt-bindings/sound/qcom,wcd9335.h b/include/dt-bindings/sound/qcom,wcd9335.h
index f5e9f1db091e..4fc68aeb9e04 100644
--- a/include/dt-bindings/sound/qcom,wcd9335.h
+++ b/include/dt-bindings/sound/qcom,wcd9335.h
@@ -10,6 +10,5 @@ 
 #define AIF3_PB                 4
 #define AIF3_CAP                5
 #define AIF4_PB                 6
-#define NUM_CODEC_DAIS          7
 
 #endif