From 63e12c246d1a6bc8550d0bdd734ce5f5df8af687 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E7=A7=80=E6=9D=B0?= Date: Mon, 12 Nov 2012 16:07:12 +0800 Subject: [PATCH] phonepad: rt3261 add write reg into memory. --- sound/soc/codecs/rt3261.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/rt3261.c b/sound/soc/codecs/rt3261.c index 51dc347ca019..25102e8a9178 100755 --- a/sound/soc/codecs/rt3261.c +++ b/sound/soc/codecs/rt3261.c @@ -44,7 +44,7 @@ static struct snd_soc_codec *rt3261_codec; #if 0 -#define DBG(x...) printk(KERN_INFO x) +#define DBG(x...) printk(KERN_DEBUG x) #else #define DBG(x...) #endif -- 2.34.1