spdif : disable the spdif debug print
authorsmj <smj@rock-chips.com>
Fri, 31 Oct 2014 08:10:05 +0000 (16:10 +0800)
committersmj <smj@rock-chips.com>
Fri, 31 Oct 2014 08:10:37 +0000 (16:10 +0800)
sound/soc/rockchip/rk_spdif.c

index da0cf7bbbd4c2f8dba9d8b5777ec241e8bed062c..0113e74529425d5f43cee46386fd7c33519473a0 100755 (executable)
@@ -43,7 +43,7 @@
 #include "rk_pcm.h"
 
 #undef  DEBUG_SPDIF
-#define DEBUG_SPDIF 1
+#define DEBUG_SPDIF 0
 
 #if DEBUG_SPDIF
 #define RK_SPDIF_DBG(x...) pr_info("rk_spdif:"x)