Alex Villacís Lasso
647ad64faa
winealsa: Reduce writeahead to next multiple of psize greater than 512.
2007-06-26 11:53:10 +02:00
Michael Stefaniuc
399a297b19
winealsa.drv: Fix missing unlock on the error path. Found by Smatch.
2007-06-25 11:43:49 +02:00
Maarten Lankhorst
65b40f7f7f
winealsa: Finally get rid of the thread in alsa directsound acceleration.
2007-06-22 12:19:50 +02:00
Vitaly Budovski
e0940226cd
winealsa: Fix incorrect callback private value.
2007-06-18 12:15:37 +02:00
Maarten Lankhorst
c846950e35
winealsa: Detach directsound implementation from waveout implementation.
2007-06-13 12:58:18 +02:00
Christian Costa
de559d9ce0
winealsa.drv: Fix compilation with old alsa headers.
2007-06-11 13:50:01 +02:00
Christian Costa
11b53529ee
winealsa.drv: Use correct tests for synthesizer/port enumeration order.
2007-06-07 23:09:29 +02:00
Ralf Beck
60cde93337
winealsa.drv: Mark every sysex buffer being added.
2007-06-05 10:57:10 +02:00
Ralf Beck
622bad5d3f
winealsa.drv: Add missing offset of pitch bender in midi input.
2007-05-25 20:20:44 +02:00
Ralf Beck
e1d7365f3d
winealsa.drv: Add midi realtime and midi common messages on midi input.
2007-05-25 20:20:36 +02:00
Andrew Talbot
bf76e754e5
winealsa.drv: Exclude unused headers.
2007-05-22 12:02:50 +02:00
Maarten Lankhorst
645f1efbc3
winealsa: Remove dead code.
2007-05-14 14:27:25 +02:00
Maarten Lankhorst
3006b9335c
winealsa: Improve sound mixer detection.
...
The previous mixer code depended on the existence of 1 'Master', and 1
'Capture' control. According to some feedback in wine-devel this is not
always the case, the new code will try the following order for loading:
Destination waveout: Master, Headphone PCM
Destination wavein: Capture
2007-05-03 14:23:09 +02:00
Francois Gouget
5a8fc34033
Assorted spelling fixes.
2007-04-30 12:35:11 +02:00
Maarten Lankhorst
b67164d248
winealsa: Unset WAVECAPS_DIRECTSOUND properly for capture.
2007-04-27 13:05:35 +02:00
Michael Stefaniuc
34b0161d02
winealsa: Do not check for non-NULL before HeapFree'ing a variable as the check is redundant.
2007-04-25 12:26:14 +02:00
Michał Wiernowolski
a45ffebee4
winealsa: Improved handling of SysEx MIDI messages.
2007-04-25 11:50:01 +02:00
Maarten Lankhorst
02c416a187
winealsa: Implement Get/SetControlDetails in mixer.
2007-04-24 13:48:59 +02:00
Maarten Lankhorst
143f10a4d0
winealsa: Implement GetLineControls in mixer.
2007-04-24 13:44:55 +02:00
Maarten Lankhorst
1843e71ef1
winealsa: Implement mixer controls, and add GetLineInfo.
2007-04-24 13:43:29 +02:00
Maarten Lankhorst
f7082bbbc0
winealsa: Implement opening/closing and caps of device.
2007-04-24 13:42:48 +02:00
Maarten Lankhorst
f60dcd2dee
winealsa: Introduce mixer code.
2007-04-24 13:42:17 +02:00
Maarten Lankhorst
452f728f00
winealsa: Remove disabled code.
...
SND_PCM_ASYNC was needed to get asynchronous callbacks, but they are
not used any more, so remove the code.
2007-04-23 21:09:03 +02:00
Maarten Lankhorst
761ea7895b
winealsa: Clear WAVECAPS_DIRECTSOUND for capture.
2007-04-23 21:08:56 +02:00
Maarten Lankhorst
6093bb2ece
winealsa: Drop unplayed frames instead of waiting for them.
2007-04-23 16:18:21 +02:00
Jan Zerebecki
ea363dc6a7
winealsa.drv: Conform critical section DebugInfo names.
2007-03-12 13:40:15 +01:00
Maarten Lankhorst
e9da4016c1
winealsa: Remove usage of uninitialised variable.
2007-02-26 17:33:52 +01:00
Maarten Lankhorst
cda92aeba9
winealsa: Fix typo.
2007-02-22 11:26:45 +01:00
Christian Costa
0b43e9b552
winealsa: Recognize alsa application ports as generic midi ports.
2007-02-20 20:11:09 +01:00
Francois Gouget
536e738552
Assorted spelling fixes.
2007-02-14 21:03:57 +01:00
Francois Gouget
0271a09d4c
Add missing '\n's in traces.
2007-02-06 13:20:59 +01:00
Maarten Lankhorst
d2f29311ca
winealsa: Use a helper thread instead of asynchronous callbacks.
2007-02-05 16:54:01 +01:00
Maarten Lankhorst
2db89f8fa5
winealsa: Cosmetic stuff.
2007-02-05 16:52:51 +01:00
Maarten Lankhorst
2d2feb0700
winealsa: Split driver up in tiny pieces.
2007-02-05 16:52:41 +01:00
Alexandre Julliard
01905338ea
winealsa: Renamed the dlls/winmm/winealsa directory to dlls/winealsa.drv.
2007-01-10 13:40:39 +01:00