axi_spdif: Add missing signals to the regmap read sensitifity list

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2014-09-30 11:33:25 +02:00 committed by Istvan Csomortani
parent e7af6219dd
commit dd70320b00
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ begin
end if;
end process;
process (rd_addr)
process (rd_addr, config_reg, chstatus_reg)
begin
case rd_addr is
when 0 => rd_data <= config_reg;