Skip to content

Commit

Permalink
fix HDMI SPDIF register 0x0b value. #138
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed Nov 17, 2019
1 parent 1719006 commit cac1b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zed_hdmi_720p/i2c_sender.vhd
Expand Up @@ -70,7 +70,7 @@ architecture Behavioral of i2c_sender is
-- Audio setup
---------------
x"0A1D", -- SPDIF audio format
x"0BAE", -- SPDIF audio TX enable, extract MCLK from SPDIF audio
x"0B8E", -- SPDIF audio TX enable, extract MCLK from SPDIF audio
-- stream, i.e no separate MCLK
x"0C00", -- Use sampling rate encoded in the SPDIF stream instead
-- of specifying the rate.
Expand Down

0 comments on commit cac1b47

Please sign in to comment.