[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241023061326.3871877-1-quic_mohs@quicinc.com>
Date: Wed, 23 Oct 2024 11:43:22 +0530
From: Mohammad Rafi Shaik <quic_mohs@...cinc.com>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Liam Girdwood
<lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring
<robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley
<conor+dt@...nel.org>, Vinod Koul <vkoul@...nel.org>,
Bard Liao
<yung-chuan.liao@...ux.intel.com>,
Jaroslav Kysela <perex@...ex.cz>, "Takashi
Iwai" <tiwai@...e.com>
CC: Pierre-Louis Bossart <pierre-louis.bossart@...ux.dev>,
Sanyog Kale
<sanyog.r.kale@...el.com>,
<linux-arm-msm@...r.kernel.org>, <linux-sound@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<quic_rohkumar@...cinc.com>, <kernel@...cinc.com>,
Mohammad Rafi Shaik <quic_mohs@...cinc.com>
Subject: [PATCH v2 0/4] Add static channel mapping between soundwire master and slave
Add static channel map support between soundwire master and slave.
Currently, the channel mask for each soundwire port is hardcoded in the wcd937x-sdw driver,
and the same channel mask value is configured in the soundwire master.
The Qualcomm boards like the QCM6490-IDP require different channel mask settings
for the soundwire master and slave ports.
With the introduction of the following channel mapping properties, it is now possible to
configure the master channel mask directly from the device tree.
Added qcom_swrm_set_channel_map api to set the master channel mask which allows more
flexible to configure channel mask in runtime for specific active soundwire ports.
Add get and set channel maps support from codec to cpu dais in common
Qualcomm sdw driver.
Mohammad Rafi Shaik (4):
ASoC: dt-bindings: wcd937x-sdw: Add static channel mapping support
ASoC: codecs: wcd937x: Add static channel mapping support in
wcd937x-sdw
soundwire: qcom: Add set_channel_map api support
ASoC: qcom: sdw: Add get and set channel maps support from codec to
cpu dais
.../bindings/sound/qcom,wcd937x-sdw.yaml | 36 +++++++++++++
drivers/soundwire/qcom.c | 26 +++++++++
sound/soc/codecs/wcd937x-sdw.c | 38 +++++++++++--
sound/soc/codecs/wcd937x.c | 53 ++++++++++++++++++-
sound/soc/codecs/wcd937x.h | 6 ++-
sound/soc/qcom/sdw.c | 34 ++++++++++--
6 files changed, 183 insertions(+), 10 deletions(-)
base-commit: 7436324ebd147598f940dde1335b7979dbccc339
--
2.25.1
Powered by blists - more mailing lists