From 488d9051d16765559e62a5b89f766e343c37e1bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E7=A7=80=E6=9D=B0?= Date: Mon, 6 Aug 2012 13:09:03 +0800 Subject: [PATCH] phonepad: rt3261 add version information, first is RT3261_V1.0.0. --- 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 4caff8e702c9..aedd746de2fb 100644 --- a/sound/soc/codecs/rt3261.c +++ b/sound/soc/codecs/rt3261.c @@ -60,7 +60,7 @@ static struct snd_soc_codec *rt3261_codec; #define RT3261_REG_RW 1 /* for debug */ #define RT3261_DET_EXT_MIC 0 -#define VERSION "0.3.0 alsa 1.0.24" +#define VERSION "RT3261_V1.0.0" struct rt3261_init_reg { u8 reg; -- 2.34.1