media: hdmi: fix a warning

Change-Id: I178d7ff937e23ac25e40d4837212f78b36d8b964
This commit is contained in:
Joy Cho
2018-10-16 07:49:06 +09:00
committed by Kevin Kim
parent 1bf959a7df
commit 765c650be4

View File

@@ -2038,7 +2038,9 @@ void rx_aud_pll_ctl(bool en)
/*External_Mute(0);*/
} else{
/* disable pll, into reset mode */
#ifdef CONFIG_AMLOGIC_AMAUDIO2
External_Mute(1);
#endif
wr_reg_hhi(HHI_AUD_PLL_CNTL, 0x20000000);
}
}