Jacek Konieczny
3d57cc2863
winealsa.drv: Send MIDI events to port subscribers.
...
This way changes to the port connections made by other applications will be
honoured.
Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-12 20:36:38 +01:00
Jacek Konieczny
1875887000
winealsa.drv: Allow external MIDI port connection changes.
...
That is generally the expected behaviour of any ALSA sequencer client.
Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-12 20:36:35 +01:00
Andrew Eikum
983354c3f6
winealsa.drv: Clean up midiOpenSeq.
...
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-12 20:36:32 +01:00
Rémi Bernon
a8e7523ff1
winealsa.drv: Increase buffer size to fix format-overflow warning.
...
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-14 21:03:56 +01:00
Andrew Eikum
227c47e7a0
mmdevapi: Return E_INVALIDARG for invalid share mode argument.
...
Matches Windows 10 behavior.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-27 19:16:56 +01:00
Andrew Eikum
3c1ee2f80d
mmdevapi: Set data pointer to NULL on IAudioCaptureClient::GetBuffer failure.
...
Matches Windows 10 behavior.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-27 19:16:53 +01:00
Andrew Eikum
b56d19d3a0
mmdevapi: Avoid reporting odd numbers of channels.
...
Fixes sound in Touhou Luna Nights with some surround sound
configurations.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-09-10 23:20:41 +02:00
Gabriel Ivăncescu
9d48b3294c
winealsa.drv: Adjust the buffer volume before sending it to ALSA.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38182
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-28 20:12:39 +02:00
Michael Stefaniuc
edf2df3679
winealsa.drv: Remove useless cast to self.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-26 20:25:02 +01:00
Fabian Maurer
20e5920135
winealsa.drv: Don't crash when getting NULL event from midi.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46170
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-29 17:48:53 +01:00
Michael Stefaniuc
05a6b3049d
winealsa.drv: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 10:16:02 +02:00
Andrey Gusev
f4131cbe97
winealsa.drv: Fix uninitialized variable warning.
...
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-07-18 20:43:34 +02:00
Bruno Jesus
53454ce935
winealsa.drv: Fix handling of system real time MIDI messages.
...
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-07 17:00:32 +01:00
Michael Stefaniuc
383cc92197
winealsa.drv: Use debugstr_guid() to trace a guid.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-08 21:51:30 +09:00
Andrew Eikum
b8753ada42
winealsa.drv: Default to Stereo instead of 5.1 Surround.
...
Some popular ALSA plugins claim support for a large number of channels
because they have the capability to mix that down to the actual hardware
configuration.
Instead of defaulting to 5.1 Surround sound for these plugins, let's
fall back on the much more common Stereo configuration. Users with
actual 5.1 Surround setups can tell us about it in winecfg.
2015-05-19 19:24:20 +09:00
Nikolay Sivov
8095210d2c
winealsa: Fix a leak of a silence buffer (Valgrind).
2015-04-13 15:04:59 +09:00
Michael Stefaniuc
8fcfa67a56
winealsa.drv: The result of a comparison is already a BOOL.
2015-04-01 17:02:34 +09:00
Mark Harmstone
dcf8767b58
winealsa: Do not destroy remapping info on IsFormatSupported.
2015-01-13 17:51:30 +01:00
Mark Harmstone
a3f33daa6a
winealsa: Support up to 6 channels.
2015-01-05 16:28:03 +01:00
Mark Harmstone
acccdce4c4
winealsa: Return PKEY_AudioEndpoint_PhysicalSpeakers device prop.
2014-12-29 22:20:30 +01:00
Andrew Eikum
d301254e72
mmdevapi: More accurately track device position.
2014-12-17 17:10:20 +01:00
Mark Harmstone
a73669aed8
winealsa: Implement GetPropValue and return device path.
2014-12-04 22:16:38 +01:00
Mark Harmstone
8fe52db332
winealsa: Disable channel remapping for capture devices.
2014-11-10 19:23:32 +09:00
Sebastian Lackner
ef1aad985d
winealsa.drv: Avoid endless loop if registry keys are not accessible.
2014-11-04 16:11:26 +09:00
Andrew Eikum
b950b9a835
mmdevapi: Don't stop sending event signals after IAudioClient::Stop.
2014-06-30 10:32:36 +02:00
Marcus Meissner
eddf841ab3
winealsa/wineoss/winecoreaudio: Calculate frequency in 64bit (Coverity).
2014-06-17 09:07:34 +02:00
Andrew Eikum
0e84a59d89
mmdevapi: Clock rate should be in bytes for shared mode.
2014-05-19 16:01:07 +02:00
Andrew Eikum
b634666e13
mmdevapi: Make buffer size divisible by number of periods.
2014-05-19 16:01:03 +02:00
Alexandre Julliard
cf0e96c6d0
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
2014-01-30 14:51:33 +01:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Alexandre Bique
ffccadd335
winealsa.drv: midiSeq must be protected by a critical section.
2013-12-16 16:10:40 +01:00
Frédéric Delanoy
901fff3c07
winealsa.drv: Use BOOL type where appropriate.
2013-12-02 10:54:56 +01:00
Andrew Eikum
a5975bb601
mmdevapi: Fill buffer with silence in IAudioRenderClient::GetBuffer.
2013-11-12 19:06:09 +01:00
Jeff Klein
4e565b0ef0
winealsa.drv: Implement IMarshal for IAudioClient.
2013-08-02 11:36:31 +02:00
Alexandre Julliard
d2f41e762a
winealsa.drv: Don't bother to delete critical sections at process exit.
2013-05-16 12:56:31 +02:00
Andrew Talbot
23bf25b0c0
winealsa.drv: Avoid signed-unsigned integer comparisons.
2013-03-04 11:15:02 +01:00
Jörg Höhle
b0fc000ce1
winmm: Prevent some MIDI race conditions.
2013-03-01 18:03:30 +01:00
Jörg Höhle
2bc23b0c55
winealsa: Reword some MIDI log messages.
2013-03-01 18:03:30 +01:00
Jörg Höhle
b95910ccbc
winmm: More compatible midiIn/Out[Un]Prepare MHDR_* flag handling.
2013-02-13 17:19:43 +01:00
Jörg Höhle
d7c716c470
winealsa: Have the MIDI recorder wait in poll(), not snd_seq_event_input().
2013-01-24 15:37:58 +01:00
Christian Costa
d727596a5b
winealsa.drv: Fix F0 and F7 byte insertion + memory leak and remove LP stuff in modLongData.
2013-01-18 13:28:54 +01:00
Jörg Höhle
a39e423f6f
mmdevapi: Avoid lock contention after SetEvent.
2012-12-20 18:06:53 +01:00
Jörg Höhle
17f098869f
winealsa: Separate read and write pointers.
2012-12-18 19:21:31 +01:00
Jörg Höhle
b18c5e811f
mmdevapi: SetEventHandle is allowed only once.
2012-12-18 16:30:36 +01:00
Andrew Eikum
4f32f8e185
winealsa.drv: Be less strict about wValidBitsPerSample.
2012-12-14 17:37:45 +01:00
Andrew Eikum
1d1aa7e8a1
winealsa.drv: Improve IsFormatSupported handling.
2012-12-04 00:02:15 +01:00
Jörg Höhle
c596ddffab
winealsa: Fix capture overrun logging.
2012-10-31 18:07:40 +01:00
Henri Verbeet
fd06135d51
winealsa: Avoid depending on ddraw.h.
2012-10-25 22:27:43 +02:00
Andrew Eikum
19e9de7dde
winealsa.drv: Special-case copying common sample sizes in a tight loop.
2012-08-22 12:00:09 +02:00
Nikolay Sivov
72452b1015
winealsa: Fix variable types so pointer is not truncated on 64bit.
2012-08-21 11:46:00 +02:00