Skip to content

Commit

Permalink
Revert 8fec948: Try different bits in AUD_SPDIF1 to get 24-bits signa…
Browse files Browse the repository at this point in the history
…lled

Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Sep 17, 2018
1 parent e5734c0 commit c5bf3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/hdmi/hdmi_tx_20/hw/hdmi_tx_hw.c
Expand Up @@ -2458,7 +2458,7 @@ static void set_aud_samp_pkt(struct hdmitx_dev *hdev,
case CT_PCM: /* AudSamp */
hdmitx_set_reg_bits(HDMITX_DWC_AUD_SPDIF1, 0, 7, 1);
hdmitx_set_reg_bits(HDMITX_DWC_AUD_SPDIF1, 0, 6, 1);
hdmitx_set_reg_bits(HDMITX_DWC_AUD_SPDIF1, 0x1b, 0, 5);
hdmitx_set_reg_bits(HDMITX_DWC_AUD_SPDIF1, 24, 0, 5);
if ((audio_param->channel_num == 0x7) && (!hdev->aud_output_ch))
hdmitx_set_reg_bits(HDMITX_DWC_FC_AUDSCONF, 1, 0, 1);
else
Expand Down

0 comments on commit c5bf3dc

Please sign in to comment.