mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: hdmi: fix a warning
Change-Id: I178d7ff937e23ac25e40d4837212f78b36d8b964
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user