Maarten Lankhorst
|
e2faa98c66
|
winealsa.drv: Add non-mmap support to dscapture.
|
2009-10-05 13:46:01 +02:00 |
Maarten Lankhorst
|
b0e45368d7
|
winealsa.drv: Small capture fixes.
Deadlock, off-by-one and forgetting to declare that we want MMAP
access, so accelerated mode wouldn't work at all but fail silently.
|
2009-10-05 13:46:01 +02:00 |
Michael Stefaniuc
|
aea94788e4
|
winealsa.drv: Remove superfluous pointer casts.
|
2009-01-23 13:14:09 +01:00 |
Erik Inge Bolsø
|
6fc8497519
|
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
|
2008-09-09 11:00:56 +02:00 |
Maarten Lankhorst
|
3995627de2
|
winealsa.drv: Fix compiler warnings and remove deprecated calls.
Fixes wine build on lsb compliant systems and some warnings.
|
2008-08-19 13:30:48 +02:00 |
Alexandre Julliard
|
1ecf0c96fa
|
Revert "winealsa: Remove calls to deprecated functions."
This reverts commit c8bdebde3d .
To be revisited after 1.0.
|
2008-05-12 19:40:47 +02:00 |
Maarten Lankhorst
|
c8bdebde3d
|
winealsa: Remove calls to deprecated functions.
|
2008-05-09 11:18:11 +02:00 |
Andrew Talbot
|
687af6b2bc
|
winealsa.drv: Assign to structs instead of using memcpy.
|
2008-03-25 11:45:01 +01:00 |
Michael Stefaniuc
|
ad99cb46c6
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:22 +02:00 |
Maarten Lankhorst
|
61862f9f2d
|
winealsa: Use S24_3LE instead of S24_LE.
S24_LE is aligned with 4 bytes instead of the expected 3.
|
2007-10-15 16:55:23 +02:00 |
Maarten Lankhorst
|
894cf6dbaf
|
winealsa: Add a timer check to capture to see if play notifications have been triggered.
|
2007-09-12 11:33:11 +02:00 |
Maarten Lankhorst
|
a8da3e7f60
|
winealsa: Add support for capture notification positions.
|
2007-09-12 11:33:11 +02:00 |
Maarten Lankhorst
|
30dee3a87a
|
winealsa: Add stubs for IDsCaptureDriverNotify.
|
2007-09-12 11:33:11 +02:00 |
Maarten Lankhorst
|
8f6c99791b
|
winealsa: Use nBLockAlign instead of snd_pcm_bytes_to_frames to get buffer size.
|
2007-09-12 11:33:11 +02:00 |
Maarten Lankhorst
|
5eabdff6ab
|
winealsa: Use correct capture position in getposition.
|
2007-09-10 15:29:47 +02:00 |
Maarten Lankhorst
|
3d32315c9e
|
winealsa: Add support for playing dsound capture buffer.
|
2007-08-16 11:11:55 +02:00 |
Maarten Lankhorst
|
ea9b6b074c
|
winealsa: Add support for opening/closing dsound capture buffer.
|
2007-08-16 11:11:50 +02:00 |
Maarten Lankhorst
|
23bc426e14
|
winealsa: Add IDsCaptureDriverBuffer stub.
|
2007-08-16 11:11:40 +02:00 |
Maarten Lankhorst
|
4205a44131
|
winealsa: Implement IDsCaptureDriverImpl_Open.
|
2007-08-16 11:11:28 +02:00 |
Maarten Lankhorst
|
50b46daf30
|
winealsa: Add initial dscapturedriver stub.
|
2007-08-16 11:11:18 +02:00 |