From: smj Date: Fri, 31 Oct 2014 08:10:05 +0000 (+0800) Subject: spdif : disable the spdif debug print X-Git-Tag: firefly_0821_release~4512 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=300588e5c875f93e6c43709849dc1bed56e869b8;p=firefly-linux-kernel-4.4.55.git spdif : disable the spdif debug print --- diff --git a/sound/soc/rockchip/rk_spdif.c b/sound/soc/rockchip/rk_spdif.c index da0cf7bbbd4c..0113e7452942 100755 --- a/sound/soc/rockchip/rk_spdif.c +++ b/sound/soc/rockchip/rk_spdif.c @@ -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)