Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f5721560
Commit
f5721560
authored
Apr 06, 2011
by
Philipp Middendorf
Committed by
Alexandre Julliard
Apr 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Handle 8 channel audio input.
parent
a9e400b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mixer.c
dlls/dsound/mixer.c
+1
-0
No files found.
dlls/dsound/mixer.c
View file @
f5721560
...
...
@@ -295,6 +295,7 @@ static inline void cp_fields(const IDirectSoundBufferImpl *dsb, const BYTE *ibuf
if
(
device
->
pwfx
->
nChannels
==
dsb
->
pwfx
->
nChannels
||
(
device
->
pwfx
->
nChannels
==
2
&&
dsb
->
pwfx
->
nChannels
==
6
)
||
(
device
->
pwfx
->
nChannels
==
8
&&
dsb
->
pwfx
->
nChannels
==
2
)
||
(
device
->
pwfx
->
nChannels
==
6
&&
dsb
->
pwfx
->
nChannels
==
2
))
{
dsb
->
convert
(
ibuf
,
obuf
,
istride
,
ostride
,
count
,
freqAcc
,
adj
);
if
(
device
->
pwfx
->
nChannels
==
2
||
dsb
->
pwfx
->
nChannels
==
2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment