diff options
author | Srinivasa Rao Mandadapu <srivasam@codeaurora.org> | 2021-09-06 18:57:34 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-09-13 01:59:13 +0100 |
commit | bfad37c53ae6168d03ab06868ea44e77995c43d5 (patch) | |
tree | d36e16fd4ba3b90a3e18b5c0440a81c63c152b06 /include/dt-bindings | |
parent | 50159fdb144b73984873bf2eeb9ff45d10a67f3a (diff) | |
download | linux-bfad37c53ae6168d03ab06868ea44e77995c43d5.tar.bz2 |
ASoC: dt-bindings: lpass: add binding headers for digital codecs
Add header defining for lpass internal digital codecs rx,tx and va
dai node id's.
Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
Link: https://lore.kernel.org/r/1630934854-14086-1-git-send-email-srivasam@codeaurora.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/sound/qcom,lpass.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/qcom,lpass.h b/include/dt-bindings/sound/qcom,lpass.h index 7b0b80b38699..187af4591cd8 100644 --- a/include/dt-bindings/sound/qcom,lpass.h +++ b/include/dt-bindings/sound/qcom,lpass.h @@ -10,6 +10,11 @@ #define LPASS_DP_RX 5 +#define LPASS_CDC_DMA_RX0 6 +#define LPASS_CDC_DMA_TX3 7 +#define LPASS_CDC_DMA_VA0 8 +#define LPASS_MAX_PORTS 9 + #define LPASS_MCLK0 0 #endif /* __DT_QCOM_LPASS_H */ |