linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
@ 2022-10-15  9:18 Srinivasa Rao Mandadapu
  2022-10-16  6:23 ` Stephen Boyd
  2022-10-19 17:13 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Srinivasa Rao Mandadapu @ 2022-10-15  9:18 UTC (permalink / raw)
  To: agross, andersson, lgirdwood, broonie, robh+dt, quic_plai,
	bgoswami, perex, tiwai, srinivas.kandagatla, quic_rohkumar,
	linux-arm-msm, alsa-devel, linux-kernel, swboyd, judyhsiao,
	devicetree
  Cc: Srinivasa Rao Mandadapu

Update LPASS_HDMI_TX_PARITY_ADDR register as volatile, to fix
dp audio failures observed with some of external monitors.

Fixes: 7cb37b7bd0d3 ("ASoC: qcom: Add support for lpass hdmi driver")

Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
---
    -- Resending this patch as it was posted long back and forgot to track.

 sound/soc/qcom/lpass-cpu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c
index 99a3b44..5435384 100644
--- a/sound/soc/qcom/lpass-cpu.c
+++ b/sound/soc/qcom/lpass-cpu.c
@@ -784,6 +784,8 @@ static bool lpass_hdmi_regmap_volatile(struct device *dev, unsigned int reg)
 		return true;
 	if (reg == LPASS_HDMI_TX_VBIT_CTL_ADDR(v))
 		return true;
+	if (reg == LPASS_HDMI_TX_PARITY_ADDR(v))
+		return true;
 
 	for (i = 0; i < v->hdmi_rdma_channels; ++i) {
 		if (reg == LPAIF_HDMI_RDMACURR_REG(v, i))
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
  2022-10-15  9:18 [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile Srinivasa Rao Mandadapu
@ 2022-10-16  6:23 ` Stephen Boyd
  2022-10-19 17:13 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2022-10-16  6:23 UTC (permalink / raw)
  To: Srinivasa Rao Mandadapu, agross, alsa-devel, andersson, bgoswami,
	broonie, devicetree, judyhsiao, lgirdwood, linux-arm-msm,
	linux-kernel, perex, quic_plai, quic_rohkumar, robh+dt,
	srinivas.kandagatla, tiwai

Quoting Srinivasa Rao Mandadapu (2022-10-15 02:18:50)
> Update LPASS_HDMI_TX_PARITY_ADDR register as volatile, to fix
> dp audio failures observed with some of external monitors.
>
> Fixes: 7cb37b7bd0d3 ("ASoC: qcom: Add support for lpass hdmi driver")
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
  2022-10-15  9:18 [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile Srinivasa Rao Mandadapu
  2022-10-16  6:23 ` Stephen Boyd
@ 2022-10-19 17:13 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-10-19 17:13 UTC (permalink / raw)
  To: devicetree, swboyd, linux-kernel, quic_rohkumar, linux-arm-msm,
	bgoswami, judyhsiao, alsa-devel, andersson, srinivas.kandagatla,
	lgirdwood, quic_plai, agross, tiwai, robh+dt,
	Srinivasa Rao Mandadapu, perex

On Sat, 15 Oct 2022 14:48:50 +0530, Srinivasa Rao Mandadapu wrote:
> Update LPASS_HDMI_TX_PARITY_ADDR register as volatile, to fix
> dp audio failures observed with some of external monitors.
> 
> Fixes: 7cb37b7bd0d3 ("ASoC: qcom: Add support for lpass hdmi driver")
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
      commit: 1dd5166102e7ca91e8c5d833110333835e147ddb

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-19 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15  9:18 [RESEND] Asoc: qcom: lpass-cpu: Mark HDMI TX parity register as volatile Srinivasa Rao Mandadapu
2022-10-16  6:23 ` Stephen Boyd
2022-10-19 17:13 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).