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
09208ca4
Commit
09208ca4
authored
Apr 26, 2007
by
Ben Taylor
Committed by
Alexandre Julliard
Apr 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineoss: Fix to compile on Solaris 10.
parent
8723b12f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
mixer.c
dlls/wineoss.drv/mixer.c
+6
-0
No files found.
dlls/wineoss.drv/mixer.c
View file @
09208ca4
...
...
@@ -159,11 +159,17 @@ static const char * getIoctlCommand(int command)
IOCTL_TO_STR
(
SOUND_MIXER_DIGITAL1
);
IOCTL_TO_STR
(
SOUND_MIXER_DIGITAL2
);
IOCTL_TO_STR
(
SOUND_MIXER_DIGITAL3
);
#ifdef SOUND_MIXER_PHONEIN
IOCTL_TO_STR
(
SOUND_MIXER_PHONEIN
);
#endif
#ifdef SOUND_MIXER_PHONEOUT
IOCTL_TO_STR
(
SOUND_MIXER_PHONEOUT
);
#endif
IOCTL_TO_STR
(
SOUND_MIXER_VIDEO
);
IOCTL_TO_STR
(
SOUND_MIXER_RADIO
);
#ifdef SOUND_MIXER_MONITOR
IOCTL_TO_STR
(
SOUND_MIXER_MONITOR
);
#endif
}
#undef IOCTL_TO_STR
sprintf
(
str
,
"UNKNOWN(%08x)"
,
command
);
...
...
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