mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
audio: Add HBR audio info for HDMI input [2/3]
PD#SWPL-3435 Problem: P321 doesn't support DTS HD decoding Solution: In HDMI RX module, we add a new field to indicate whether the input audio is HBR. With this info, hal can enable the PAO mode to decode the HBR audio. Verify: P321 Change-Id: I6fd180e6636905f5119fe1d313214d4b56d07d5e Signed-off-by: yujie.wu <yujie.wu@amlogic.com> Conflicts: drivers/amlogic/media/vin/tvin/hdmirx/hdmi_rx_drv.h drivers/amlogic/media/vin/tvin/hdmirx/hdmi_rx_hw.c
This commit is contained in:
@@ -464,7 +464,7 @@ struct dfe_adcpll_para {
|
||||
|
||||
struct rx_audio_stat_s {
|
||||
/*audio packets received*/
|
||||
bool aud_rcv_flag;
|
||||
int aud_rcv_packet;
|
||||
/*audio stable status*/
|
||||
bool aud_stb_flag;
|
||||
/*audio sample rate*/
|
||||
|
||||
@@ -71,6 +71,10 @@ extern int aml_get_atmos_audio_edid(
|
||||
struct snd_kcontrol *kcontrol,
|
||||
struct snd_ctl_elem_value *ucontrol);
|
||||
|
||||
extern int aml_get_hdmiin_audio_packet(
|
||||
struct snd_kcontrol *kcontrol,
|
||||
struct snd_ctl_elem_value *ucontrol);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user