1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-29 05:25:59 +00:00

- Fix MONO sound for channel 2

This commit is contained in:
Juan Carlos González Amestoy
2016-08-27 14:46:22 +02:00
parent cb41ac0dde
commit 9e7ae36798

View File

@@ -529,7 +529,7 @@ begin
vol_table_in_r(11 downto 8) <= reg(10)(3 downto 0);
else
vol_table_in_l(11 downto 8) <= env_vol(4 downto 1);
vol_table_in_r(11 downto 8) <= reg(10)(3 downto 0);
vol_table_in_r(11 downto 8) <= env_vol(4 downto 1);
end if;
end if;
end if;