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
2705a96a
Commit
2705a96a
authored
Jan 24, 2009
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winealsa.drv: Declare a function static.
parent
f4f5ee15
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
alsa.h
dlls/winealsa.drv/alsa.h
+0
-1
waveout.c
dlls/winealsa.drv/waveout.c
+1
-1
No files found.
dlls/winealsa.drv/alsa.h
View file @
2705a96a
...
...
@@ -171,7 +171,6 @@ extern DWORD ALSA_WidNumDevs;
extern
WINE_WAVEDEV
*
WOutDev
;
extern
DWORD
ALSA_WodNumMallocedDevs
;
extern
DWORD
ALSA_WodNumDevs
;
DWORD
wodSetVolume
(
WORD
wDevID
,
DWORD
dwParam
);
/* alsa.c */
int
ALSA_InitRingMessage
(
ALSA_MSG_RING
*
omr
);
...
...
dlls/winealsa.drv/waveout.c
View file @
2705a96a
...
...
@@ -1094,7 +1094,7 @@ static DWORD wodGetVolume(WORD wDevID, LPDWORD lpdwVol)
/**************************************************************************
* wodSetVolume [internal]
*/
DWORD
wodSetVolume
(
WORD
wDevID
,
DWORD
dwParam
)
static
DWORD
wodSetVolume
(
WORD
wDevID
,
DWORD
dwParam
)
{
WORD
wleft
,
wright
;
WINE_WAVEDEV
*
wwo
;
...
...
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