mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
rk3036 hdmi: fix audio abnormal when change video mode
This commit is contained in:
parent
2014c63a9e
commit
ee1203ab36
|
|
@ -515,6 +515,7 @@ void rk3036_hdmi_control_output(struct hdmi *hdmi_drv, int enable)
|
|||
}
|
||||
rk3036_hdmi_sys_power(hdmi_drv, true);
|
||||
rk3036_hdmi_sys_power(hdmi_drv, false);
|
||||
delay100us();
|
||||
rk3036_hdmi_sys_power(hdmi_drv, true);
|
||||
hdmi_writel(hdmi_dev, 0xce, 0x00);
|
||||
delay100us();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user