From 67f1f29b7bc6e5e59d2610635b0dd1fc91c16a7d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Nov 2017 06:38:30 +1000 Subject: [PATCH] Change log. --- mini_al.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_al.h b/mini_al.h index 94ea5ad2..3362a851 100644 --- a/mini_al.h +++ b/mini_al.h @@ -10155,6 +10155,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // variable. // - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the // alsa.includeNullDevice context config variable. +// - ALSA: Fix a bug with channel mapping which causes an assertion to fail. // // v0.4 - 2017-11-05 // - API CHANGE: The log callback is now per-context rather than per-device and as is thus now passed to