Re: winmm: load winealsa if winepulse is found

2013-05-27 Thread cfswo...@gmail.com
Wouldn't this cause applications which use winmm for waveout to be diverted to ALSA as well? Maybe both drivers should be loaded side by side, with winepulse handling everything but MIDI.

Re: [PATCH] winmm: Load winealsa if winepulse is found

2012-10-17 Thread Maarten Lankhorst
Op 17-10-12 20:59, Austin English schreef: > On Tue, Oct 16, 2012 at 5:10 AM, Maarten Lankhorst > wrote: >> From: Maarten Lankhorst >> >> Fixes midi on winepulse >> --- >> dlls/winmm/lolvldrv.c | 5 - >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/dlls/winmm/lolvldrv.c

Re: [PATCH] winmm: Load winealsa if winepulse is found

2012-10-17 Thread Austin English
On Tue, Oct 16, 2012 at 5:10 AM, Maarten Lankhorst wrote: > From: Maarten Lankhorst > > Fixes midi on winepulse > --- > dlls/winmm/lolvldrv.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c > index f387323..3b1be27 100644