diff options
| author | Mark Brown <[email protected]> | 2021-06-15 18:16:31 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-06-15 18:16:31 +0100 |
| commit | 6fac124455598fd39421577e51ebd5bb32693a9a (patch) | |
| tree | cdf2e8024a90b6826652714c2f4285ef94249452 /include | |
| parent | afc3a0b4c408b00787d60225e6d667e1e6f93b6a (diff) | |
| parent | 35f78d0277fc522028e9504454c555d9b0f53bec (diff) | |
Merge series "ASoC: qdsp6: Add Quinary MI2S ports support" from Gabriel David <[email protected]>:
Various devices(such as the Motorola Moto G7 Power, codename ocean) use
the Quinary MI2S ports for reproducing audio. Add support to them in
kernel.
Signed-off-by: Gabriel David <[email protected]>
Gabriel David (4):
ASoC: q6afe: dt-bindings: Add QUIN_MI2S_RX/TX
ASoC: qdsp6: q6afe: Add Quinary MI2S ports
ASoC: qdsp6: q6afe-dai: Add Quinary MI2S ports
ASoC: qdsp6: q6routing: Add Quinary MI2S ports
include/dt-bindings/sound/qcom,q6afe.h | 2 ++
sound/soc/qcom/qdsp6/q6afe-dai.c | 41 ++++++++++++++++++++++++++
sound/soc/qcom/qdsp6/q6afe.c | 8 +++++
sound/soc/qcom/qdsp6/q6afe.h | 2 +-
sound/soc/qcom/qdsp6/q6routing.c | 11 +++++++
5 files changed, 63 insertions(+), 1 deletion(-)
---
As a warning, I'm currently the only tester of these patches. If that's
gonna be a problem then I understand.
--
2.31.1
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/sound/qcom,q6afe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/qcom,q6afe.h b/include/dt-bindings/sound/qcom,q6afe.h index f64b5d2e6efd..66c21ab03eef 100644 --- a/include/dt-bindings/sound/qcom,q6afe.h +++ b/include/dt-bindings/sound/qcom,q6afe.h @@ -129,6 +129,8 @@ #define TX_CODEC_DMA_TX_5 124 #define RX_CODEC_DMA_RX_6 125 #define RX_CODEC_DMA_RX_7 126 +#define QUINARY_MI2S_RX 127 +#define QUINARY_MI2S_TX 128 #define LPASS_CLK_ID_PRI_MI2S_IBIT 1 #define LPASS_CLK_ID_PRI_MI2S_EBIT 2 |