From: Liam Girdwood Date: Wed, 14 Jun 2017 11:37:40 +0000 (+0100) Subject: topology: disable alsa-lib topology debug output by default. X-Git-Tag: v1.1.5~46 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=89c96ad7fb0168411260196560892835d0adeddf;p=alsa-lib.git topology: disable alsa-lib topology debug output by default. Signed-off-by: Liam Girdwood Signed-off-by: Takashi Iwai --- diff --git a/src/topology/tplg_local.h b/src/topology/tplg_local.h index 42e3201d..60af0177 100644 --- a/src/topology/tplg_local.h +++ b/src/topology/tplg_local.h @@ -22,7 +22,6 @@ #include #include -#define TPLG_DEBUG #ifdef TPLG_DEBUG #define tplg_dbg SNDERR #else