Maarten Lankhorst
|
6e87f3741b
|
winealsa: Remove fixed fixme.
|
2007-12-13 14:30:40 +01:00 |
Francois Gouget
|
f6bdd7dc6c
|
winealsa.drv: Remove trailing spaces in Wine traces.
|
2007-12-10 12:05:50 +01:00 |
Maarten Lankhorst
|
322cd0b979
|
winealsa: Clear dwBytesRecorded in waveheader when adding buffer.
|
2007-12-07 19:25:29 +01:00 |
Maarten Lankhorst
|
5290f53193
|
winealsa: Simplify the feeding of capture buffers.
|
2007-12-07 19:25:25 +01:00 |
Maarten Lankhorst
|
9fb2cacd64
|
winealsa: Fix return value checking in wavein.
|
2007-12-07 19:25:23 +01:00 |
Maarten Lankhorst
|
02e1ce0a42
|
winealsa: Fix period size in capture.
|
2007-12-07 19:25:20 +01:00 |
Alexandre Julliard
|
9fce052c54
|
winealsa.drv: Avoid the alsa alloca macros that cause compiler warnings.
|
2007-10-29 12:07:52 +01: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
|
50b46daf30
|
winealsa: Add initial dscapturedriver stub.
|
2007-08-16 11:11:18 +02:00 |
Maarten Lankhorst
|
181ae2eba0
|
winealsa: wavein has LPWAVEINCAPSW not LPWAVEOUTCAPSW.
|
2007-08-06 12:04:48 +02:00 |
Maarten Lankhorst
|
f45128c2a6
|
winealsa: Increase performance of wavein getposition.
|
2007-07-30 13:38:16 +02:00 |
Andrew Talbot
|
bf76e754e5
|
winealsa.drv: Exclude unused headers.
|
2007-05-22 12:02:50 +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
|
2d2feb0700
|
winealsa: Split driver up in tiny pieces.
|
2007-02-05 16:52:41 +01:00 |