From e6976412aa40691adee98a1f4ec4776b2bce809a Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 18 Mar 2022 00:21:02 -0300 Subject: [PATCH] CMI8x38: Disable logging again --- src/sound/snd_cmi8x38.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/snd_cmi8x38.c b/src/sound/snd_cmi8x38.c index e24f70970..53ed17804 100644 --- a/src/sound/snd_cmi8x38.c +++ b/src/sound/snd_cmi8x38.c @@ -86,7 +86,6 @@ typedef struct _cmi8x38_ { int master_vol_l, master_vol_r, cd_vol_l, cd_vol_r; } cmi8x38_t; -#define ENABLE_CMI8X38_LOG 1 #ifdef ENABLE_CMI8X38_LOG int cmi8x38_do_log = ENABLE_CMI8X38_LOG;