Skip to content

Conversation

@mohsRafi
Copy link

@mohsRafi mohsRafi commented Jan 7, 2026

Add Senary MI2S interface support for Qualcomm boards.

Mohammad Rafi Shaik (2):
ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add Senary MI2S port
ASoC: qcom: q6dsp: Add Senary MI2S audio interface support

.../sound/qcom,q6dsp-lpass-ports.h | 2 ++
sound/soc/qcom/qdsp6/q6afe-dai.c | 8 +++++
sound/soc/qcom/qdsp6/q6afe.c | 6 ++++
sound/soc/qcom/qdsp6/q6afe.h | 2 +-
sound/soc/qcom/qdsp6/q6dsp-lpass-ports.c | 29 +++++++++++++++++++
5 files changed, 46 insertions(+), 1 deletion(-)

Qualcomm platforms support the Senary MI2S interface for audio playback
and capture. Add a new definitions for the Senary MI2S RX and TX ports,
which are required for boards that utilize the Senary MI2S interface
for audio routing.

Signed-off-by: Mohammad Rafi Shaik <[email protected]>
Introduces support for the Senary MI2S audio interface in the Qualcomm
q6dsp. Add new AFE port IDs for Senary MI2S RX and TX and include the
necessary mappings in the port configuration  to allow audio routing
over the Senary MI2S interface.

Signed-off-by: Mohammad Rafi Shaik <[email protected]>
Copy link

@Srinivas-Kandagatla Srinivas-Kandagatla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than those two comments, it looks good to me, Please send it in mailing list once those are addressed.

#define DISPLAY_PORT_RX_7 135
#define USB_RX 136
#define SENARY_MI2S_RX 137
#define SENARY_MI2S_TX 138

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pl update ./sound/soc/qcom/lpass.h #define LPASS_MAX_PORTS

SND_SOC_DAPM_AIF_OUT("SLIMBUS_5_TX", NULL, 0, SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_AIF_OUT("SLIMBUS_6_TX", NULL, 0, SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_AIF_IN("SEN_MI2S_RX", NULL,
0, SND_SOC_NOPM, 0, 0),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one line please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure will address comments and sent over mailing list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants