On Thu, Jun 06, 2024 at 11:49:18AM +0100, srinivas.kandagatla@xxxxxxxxxx wrote: > From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > > This patchset adds support for. > 1. parse Display Port module tokens from ASoC topology > 2. add support to DP/HDMI Jack events. > 3. fixes a typo in function name in sm8250 > > Verified these patches on X13s along with changes to tplg in > https://git.codelinaro.org/linaro/qcomlt/audioreach-topology/-/tree/topic/x13s-dp?ref_type=heads > and ucm changes from https://github.com/Srinivas-Kandagatla/alsa-ucm-conf/tree/topic/x13s-dp > > x1e80100 is verified by Krzysztof with his changes in tplg > > https://git.codelinaro.org/linaro/qcomlt/audioreach-topology/-/merge_requests/7/commits Together with [1] and corresponding DT changes: Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> # X13s Note, patch [1] is required to get the switching between Speakers and DP work in a stable way, so I'd consider for it to be a dependency for this series. [1] https://lore.kernel.org/linux-sound/20240613-q6apm-fixes-v1-1-d88953675ab3@xxxxxxxxxx/ > > Thanks, > Srini > > Changes since v2: > - remove hdmi references. > - added more DP jacks > - added some comments in code > - added x1e80100 patch to this series > > Krzysztof Kozlowski (1): > ASoC: qcom: x1e80100: Add USB DisplayPort plug support > > Srinivas Kandagatla (3): > ASoC: qcom: q6dsp: parse Display port tokens > ASoC: qcom: common: add Display port Jack function > ASoC: qcom: sc8280xp: add Display port Jack > > sound/soc/qcom/common.c | 35 +++++++++++++++++++++++++++++++++ > sound/soc/qcom/common.h | 3 +++ > sound/soc/qcom/qdsp6/topology.c | 26 ++++++++++++++++++++++++ > sound/soc/qcom/sc8280xp.c | 15 ++++++++++++++ > sound/soc/qcom/x1e80100.c | 20 +++++++++++++++++++ > 5 files changed, 99 insertions(+) > > -- > 2.43.0 > -- With best wishes Dmitry