mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
hdmirx: mute audio when unsupport format received
PD#170497: hdmirx: mute audio when unsupport format received Change-Id: Id849c725b88d1d80328f3ef6b76ba09248d5b9b8 Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "hdmi_rx_edid.h"
|
||||
|
||||
|
||||
#define RX_VER0 "ver.2018-07-27"
|
||||
#define RX_VER0 "ver.2018-07-30"
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
@@ -739,6 +739,8 @@ void rx_get_audinfo(struct aud_info_s *audio_info)
|
||||
void rx_get_audio_status(struct rx_audio_stat_s *aud_sts)
|
||||
{
|
||||
if ((rx.state == FSM_SIG_READY) &&
|
||||
(rx.pre.sw_vic != HDMI_UNKNOWN) &&
|
||||
(rx.pre.sw_vic != HDMI_UNSUPPORT) &&
|
||||
(rx.avmute_skip == 0)) {
|
||||
aud_sts->aud_rcv_flag =
|
||||
(rx.aud_info.aud_packet_received == 0) ? false : true;
|
||||
|
||||
Reference in New Issue
Block a user