mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-14 05:33:48 -04:00
<Dirk.Kalis@t-online.de>
I have attached patch for envy24control because after update from James Tappin i have had problems with the mixer and patchbay. SPDIF inputs and outputs was duplicated.
This commit is contained in:
parent
902bb89cbd
commit
766a16ca2e
5 changed files with 21 additions and 16 deletions
|
|
@ -157,7 +157,7 @@ void mixer_postinit(void)
|
|||
|
||||
for (stream = 1; stream <= output_channels; stream++)
|
||||
mixer_update_stream(stream, 1, 1);
|
||||
for (stream = 11; stream <= input_channels + 8; stream++)
|
||||
for (stream = 11; stream <= input_channels + 10; stream++)
|
||||
mixer_update_stream(stream, 1, 1);
|
||||
for (stream = 19; stream <= spdif_channels + 18; stream++)
|
||||
mixer_update_stream(stream, 1, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue