mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
hdmitx: clean up deadcode
PD#151236: driver defect clean up: #252 #270~283 Change-Id: I009c06dcb14bd3fb686c46a155418093bc7f7514 Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
This commit is contained in:
@@ -210,8 +210,10 @@ static void hdmi_tx_construct_aud_packet(
|
||||
} else {
|
||||
;
|
||||
}
|
||||
AUD_DB[0] = AUD_DB[0] & 0xf;/*bit[7:4] always set to 0 in HDMI*/
|
||||
AUD_DB[1] = 0; /*always set to 0 in HDMI*/
|
||||
if (AUD_DB) {
|
||||
AUD_DB[0] = AUD_DB[0] & 0xf;/*bit[7:4] always set to 0 in HDMI*/
|
||||
AUD_DB[1] = 0; /*always set to 0 in HDMI*/
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user