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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user