diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-01 00:28:01 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-01 00:28:01 +0100 |
| commit | f3caa0b02455409eec4673ddd8df72d8bcad4e98 (patch) | |
| tree | 4dbdd7fcded6f02b71d7a0cb00f04178b5f26361 /include/dt-bindings | |
| parent | dbc2afea823b1402a1b193f53a7b05582c9015c1 (diff) | |
| parent | ff01bff07665d17286a102f70087911675f72953 (diff) | |
| download | linux-f3caa0b02455409eec4673ddd8df72d8bcad4e98.tar.gz linux-f3caa0b02455409eec4673ddd8df72d8bcad4e98.zip | |
SDM660 sound card and internal MI2S support
Richard Acayan <mailingradian@gmail.com> says:
This adds support for the SDM660 (formerly "SDM660 internal") sound card
and support for WCD codecs over internal MI2S (represented in APIs as
LPI MI2S).
Like on MSM8916 and MSM8953, some SDM660 and SDM670 devices connect to a
digital and analog codec. The connection to the digital codec is through
special "internal" MI2S ports. The digital and analog codecs are used on
the Xiaomi Redmi Note 7 for headset (playback + capture) and earpiece,
and also on the Google Pixel 3a for the headset.
This series does not include devicetree patches.
Link: https://patch.msgid.link/20260730174353.108023-1-mailingradian@gmail.com
Diffstat (limited to 'include/dt-bindings')
| -rw-r--r-- | include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h b/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h index 8e04106d48be..ca84952c3884 100644 --- a/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h +++ b/include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h @@ -152,6 +152,10 @@ #define LPI_MI2S_TX_4 146 #define SENARY_MI2S_RX 147 #define SENARY_MI2S_TX 148 +#define LPI_MI2S_RX_5 149 +#define LPI_MI2S_TX_5 150 +#define LPI_MI2S_RX_6 151 +#define LPI_MI2S_TX_6 152 #define LPASS_CLK_ID_PRI_MI2S_IBIT 1 #define LPASS_CLK_ID_PRI_MI2S_EBIT 2 |
