From 9099372a0610304af15fbb56147cc74075bc5723 Mon Sep 17 00:00:00 2001 From: Maruthi Srinivas Bayyavarapu Date: Mon, 1 Apr 2019 10:50:07 -0700 Subject: [PATCH] ASoC: xlnx: change HDMI audio mclk audio mclk depends on the ACR IP being used. Multiplier value is changed in updated version of ACR IP. Updated the same in driver. Signed-off-by: Maruthi Srinivas Bayyavarapu Reviewed-by: Hyun Kwon --- sound/soc/xilinx/xlnx_pl_snd_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/xilinx/xlnx_pl_snd_card.c b/sound/soc/xilinx/xlnx_pl_snd_card.c index 2fa7c9ceb08d..30da26c5b327 100644 --- a/sound/soc/xilinx/xlnx_pl_snd_card.c +++ b/sound/soc/xilinx/xlnx_pl_snd_card.c @@ -90,7 +90,7 @@ static int xlnx_hdmi_card_hw_params(struct snd_pcm_substream *substream, case 96000: case 176400: case 192000: - prv->mclk_ratio = 512; + prv->mclk_ratio = 768; break; default: return -EINVAL; -- 2.39.2