From: 邱建斌 Date: Wed, 25 Apr 2012 07:31:57 +0000 (+0800) Subject: rk610 codec: close debug X-Git-Tag: firefly_0821_release~9311 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc8a305138c2b0ecd3a34170dfb8f85b406de119;p=firefly-linux-kernel-4.4.55.git rk610 codec: close debug --- diff --git a/sound/soc/codecs/rk610_codec.c b/sound/soc/codecs/rk610_codec.c index 1db950cd407f..6be43cfad000 100755 --- a/sound/soc/codecs/rk610_codec.c +++ b/sound/soc/codecs/rk610_codec.c @@ -53,7 +53,7 @@ /* * Debug */ -#if 1 +#if 0 #define DBG(x...) printk(KERN_INFO x) #else #define DBG(x...)