- 16 Nov, 2017 1 commit
-
-
r-lyeh authored
-
- 11 Nov, 2017 16 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
This is the same issue as the earlier commit that fixes the non-UWP enumeration for WASAPI.
-
David Reid authored
-
David Reid authored
-
David Reid authored
There are two problems with this: * The pInfo buffer is being accessed when set to NULL * The count is not getting set correctly when pInfo = NULL
-
David Reid authored
This config doesn't really make sense any more because we are now using dmix/dsnoop for shared mode, and hw for exclusive mode. Format conversion is now done via mini_al itself which makes plughw pretty much useless for us at this point.
-
David Reid authored
Having thought about this, it feels like a bad idea to exclude devices by default because it might get a bit confusing for the end user. The option to exclude the null device has been swapped around, so now the config is called "excludeNullDevice" rather than "includeNullDevice".
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
- 10 Nov, 2017 2 commits
-
-
David Reid authored
The buffer size should be set before periods.
-
David Reid authored
-
- 09 Nov, 2017 2 commits
-
-
David Reid authored
-
David Reid authored
Relates to issue #1.
-
- 08 Nov, 2017 3 commits
-
-
David Reid authored
-
David Reid authored
* By default, device enumeration will now only enumerate over unique card/device pairs. Applications can enable verbose device enumeration by setting the alsa.useVerboseDeviceInteration context config variable. * By default, the "null" device is excluded from enumeration. This can be changed by setting the alsa.includeNullDevice context config variable. Relates to issue #2.
-
David Reid authored
Possibly related to issue #1.
-
- 07 Nov, 2017 3 commits
-
-
David Reid authored
This adds the mal_context_config structure and changes the mal_context_init() API to take a pointer to a config object.
-
David Reid authored
-
David Reid authored
-
- 06 Nov, 2017 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
It appears snd_pcm_mmap_begin() is returning a frame count of 0 (which according to the documentation is apparently possible) which mini_al is not handling properly.
-
- 05 Nov, 2017 7 commits
-
-
David Reid authored
-
David Reid authored
Thanks for that one, Clang!
-
David Reid authored
-
David Reid authored
-
David Reid authored
-
David Reid authored
* Fix link errors with Clang * Add support for VC++ 6. Note that WASAPI and DirectSound are currently disabled for this compiler. -
David Reid authored
-
- 04 Nov, 2017 3 commits
-
-
David Reid authored
-
David Reid authored
-
David Reid authored
-