Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
d2f7b628
Commit
d2f7b628
authored
Apr 22, 2011
by
Andrew Eikum
Committed by
Alexandre Julliard
Apr 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winecoreaudio.drv: Add mmdevapi driver.
parent
86e90c92
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
Makefile.in
dlls/winecoreaudio.drv/Makefile.in
+2
-1
audio.c
dlls/winecoreaudio.drv/audio.c
+0
-1
mmdevdrv.c
dlls/winecoreaudio.drv/mmdevdrv.c
+0
-0
winecoreaudio.drv.spec
dlls/winecoreaudio.drv/winecoreaudio.drv.spec
+5
-0
No files found.
dlls/winecoreaudio.drv/Makefile.in
View file @
d2f7b628
...
...
@@ -8,6 +8,7 @@ C_SRCS = \
coreaudio.c
\
coremidi.c
\
midi.c
\
mixer.c
mixer.c
\
mmdevdrv.c
@MAKE_DLL_RULES@
dlls/winecoreaudio.drv/audio.c
View file @
d2f7b628
...
...
@@ -50,7 +50,6 @@
#include "dsound.h"
#include "dsdriver.h"
#include "ks.h"
#include "ksguid.h"
#include "ksmedia.h"
#include "coreaudio.h"
#include "wine/unicode.h"
...
...
dlls/winecoreaudio.drv/mmdevdrv.c
0 → 100644
View file @
d2f7b628
This diff is collapsed.
Click to expand it.
dlls/winecoreaudio.drv/winecoreaudio.drv.spec
View file @
d2f7b628
# WinMM driver functions
@ stdcall -private DriverProc(long long long long long) CoreAudio_DriverProc
@ stdcall -private widMessage(long long long long long) CoreAudio_widMessage
@ stdcall -private wodMessage(long long long long long) CoreAudio_wodMessage
@ stdcall -private midMessage(long long long long long) CoreAudio_midMessage
@ stdcall -private modMessage(long long long long long) CoreAudio_modMessage
@ stdcall -private mxdMessage(long long long long long) CoreAudio_mxdMessage
# MMDevAPI driver functions
@ stdcall -private GetEndpointIDs(long ptr ptr ptr) AUDDRV_GetEndpointIDs
@ stdcall -private GetAudioEndpoint(str long ptr) AUDDRV_GetAudioEndpoint
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