From 0281acff2842fcbce81f83e8766c54b23075f2b8 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 6 Mar 2018 22:06:41 +1000 Subject: [PATCH] Update comment. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 66e4f8ac..15409ce4 100644 --- a/mini_al.h +++ b/mini_al.h @@ -588,7 +588,7 @@ typedef union char pulse[256]; // PulseAudio uses a name string for identification. #endif #ifdef MAL_SUPPORT_JACK - int jack; // TODO: Set this to the correct data type. + int jack; // JACK always uses default devices. #endif #ifdef MAL_SUPPORT_COREAUDIO // TODO: Implement me.