Skip to content

Commit 1dd5166

Browse files
Srinivasa Rao Mandadapubroonie
authored andcommitted
ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
Update LPASS_HDMI_TX_PARITY_ADDR register as volatile, to fix dp audio failures observed with some of external monitors. Fixes: 7cb37b7 ("ASoC: qcom: Add support for lpass hdmi driver") Signed-off-by: Srinivasa Rao Mandadapu <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a450b5c commit 1dd5166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/qcom/lpass-cpu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ static bool lpass_hdmi_regmap_volatile(struct device *dev, unsigned int reg)
784784
return true;
785785
if (reg == LPASS_HDMI_TX_VBIT_CTL_ADDR(v))
786786
return true;
787+
if (reg == LPASS_HDMI_TX_PARITY_ADDR(v))
788+
return true;
787789

788790
for (i = 0; i < v->hdmi_rdma_channels; ++i) {
789791
if (reg == LPAIF_HDMI_RDMACURR_REG(v, i))

0 commit comments

Comments
 (0)