codec : modified the codec debug level
authorSun Mingjun <smj@rock-chips.com>
Wed, 20 Aug 2014 01:48:14 +0000 (09:48 +0800)
committerSun Mingjun <smj@rock-chips.com>
Wed, 20 Aug 2014 01:48:14 +0000 (09:48 +0800)
sound/soc/codecs/rk312x_codec.c

index 1cd363bfa93920895a18484c68993cf8c1d30d9e..8f59f29029dcc5f73dbc067fd85d9640fe62d023 100755 (executable)
@@ -41,7 +41,7 @@
 #include <sound/tlv.h>
 #include "rk312x_codec.h"
 
-static int debug = 7;
+static int debug = 0;
 module_param(debug, int, S_IRUGO|S_IWUSR);
 
 #define dbg_codec(level, fmt, arg...)          \