[alsa-devel] [PATCH] ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id

Axel Lin axel.lin at ingics.com
Tue Oct 28 01:59:37 CET 2014


The convention for i2c_device_id name does not need to have company prefix.

Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
 sound/soc/codecs/es8328-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/es8328-i2c.c b/sound/soc/codecs/es8328-i2c.c
index aae410d..2d05b5d 100644
--- a/sound/soc/codecs/es8328-i2c.c
+++ b/sound/soc/codecs/es8328-i2c.c
@@ -19,7 +19,7 @@
 #include "es8328.h"
 
 static const struct i2c_device_id es8328_id[] = {
-	{ "everest,es8328", 0 },
+	{ "es8328", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, es8328_id);
-- 
1.9.1





More information about the Alsa-devel mailing list