Aric Stewart
|
2cc258f6c9
|
winealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity 93).
|
2008-10-06 14:18:32 +02:00 |
Maarten Lankhorst
|
717df5b297
|
winealsa.drv: Don't hang on last few bytes not played.
Fixes winmm:wave test hanging.
|
2008-10-06 13:08:50 +02:00 |
Erik Inge Bolsø
|
6fc8497519
|
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
|
2008-09-09 11:00:56 +02:00 |
Maarten Lankhorst
|
6e90756307
|
winealsa.drv/dsound: Handle underruns better.
|
2008-09-04 14:09:00 +02:00 |
Rob Shearman
|
a7e1753d7b
|
winealsa.drv: Use CP_UNIXCP instead of CP_ACP for strings obtained from native OS functions.
|
2008-08-27 13:21:21 +02:00 |
Maarten Lankhorst
|
944cb7ea15
|
winealsa.drv: Tune some parameters to make pulseaudio work.
Kudos to pulseaudio for actually respecting buffer_time and period_time.
|
2008-08-22 10:41:13 +02:00 |
Detlef Riekenberg
|
2dedf4c097
|
winealsa.drv: Fix a typo in an error message.
|
2008-08-20 11:45:00 +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 |
Christian Costa
|
9a82c8071d
|
winealsa.drv: Improve midi port names.
|
2008-08-19 12:16:00 +02:00 |
Maarten Lankhorst
|
2cd620802a
|
winealsa.drv: Add ability to recover from underruns to directsound driver.
Fixes handling of buffer underruns that might still occur.
|
2008-08-18 14:34:10 +02:00 |
Alexandre Julliard
|
fdb682811d
|
winealsa: Fix some unsigned comparison < 0 warnings.
|
2008-07-11 15:29:41 +02:00 |
Alexandre Julliard
|
123f8d0f2c
|
winealsa.drv: Don't trace deprecated parameters.
|
2008-07-07 14:53:49 +02:00 |
Zac Brown
|
7bd0c43f03
|
winealsa.drv: Initialize a variable in MIX_close.
|
2008-06-26 21:07:11 +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 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Austin English
|
6e59cd2c34
|
Spelling fixes.
|
2008-04-22 12:20:12 +02:00 |
Andrew Talbot
|
687af6b2bc
|
winealsa.drv: Assign to structs instead of using memcpy.
|
2008-03-25 11:45:01 +01:00 |
Karsten Elfenbein
|
0fe3a59b46
|
winealsa: Use "default" as the default card name instead of "default:0".
|
2008-03-04 13:03:20 +01:00 |
Francois Gouget
|
d0794c4aeb
|
Assorted spelling fixes.
|
2008-01-23 21:16:22 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Dan Kegel
|
3c070b22ef
|
winealsa.drv: Don't return garbage if can't find active channel.
|
2008-01-14 13:11:25 +01:00 |
Maarten Lankhorst
|
7034b92d90
|
winealsa: Add special case for microphone source in mixer.
Some microphones don't have a capture control, but a playback control
instead. So use the playback volume, but still register it as capture
volume.
|
2007-12-24 21:04:57 +01:00 |
Maarten Lankhorst
|
483e3be2e6
|
winealsa: Add 'Front Mic' as alias for microphone.
|
2007-12-14 12:26:41 +01:00 |
Maarten Lankhorst
|
affd447db0
|
winealsa: Don't require a cswitch control for capture.
|
2007-12-13 14:30:40 +01:00 |
Maarten Lankhorst
|
f75600dd1d
|
winealsa: Add control 'Digital' as alias for microphone.
|
2007-12-13 14:30:40 +01:00 |
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
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Andrew Riedi
|
0e568af828
|
winealsa.drv: Fix a comment.
|
2007-12-03 13:18:44 +01:00 |
Marcus Meissner
|
1c7c9de498
|
winalsa.drv: Explicitly include assert.h.
|
2007-10-31 12:39:54 +01:00 |
Alexandre Julliard
|
9fce052c54
|
winealsa.drv: Avoid the alsa alloca macros that cause compiler warnings.
|
2007-10-29 12:07:52 +01:00 |
Michael Stefaniuc
|
ca71287572
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:27 +02: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
|
1ae9a9d659
|
winealsa: Don't use default:XX to open up a hardware control.
|
2007-10-19 12:26:34 +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 |
Andrew Talbot
|
3b47a5732a
|
winealsa.drv: Fix a memory leak.
|
2007-10-10 11:56:56 +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
|
985df9cdf0
|
winealsa: Remove forceformat and 2 orphan LeaveCriticalSection.
|
2007-09-10 15:29:47 +02:00 |
Maarten Lankhorst
|
5eabdff6ab
|
winealsa: Use correct capture position in getposition.
|
2007-09-10 15:29:47 +02:00 |
Maarten Lankhorst
|
cdc8d97181
|
winealsa: Make SetFormat work better with new behavior of dsound.
|
2007-08-27 19:58:28 +02:00 |
Maarten Lankhorst
|
a083c2419d
|
winealsa: Update sound caps.
|
2007-08-27 12:01:08 +02:00 |
Maarten Lankhorst
|
4a2424d6a3
|
winealsa: Report card name in volume control fixme.
|
2007-08-20 22:21:59 +02:00 |