aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-10-28 08:59:37 +0800
committerMark Brown <broonie@kernel.org>2014-10-28 10:48:03 +0000
commitb2a9a3b818db727479cc2b9c2924e4ab9a4bbb07 (patch)
tree1e47505b91cbabc2cea02d97a9bf0f26af7828c3 /sound/soc
parentLinux 3.18-rc1 (diff)
downloadlinux-dev-b2a9a3b818db727479cc2b9c2924e4ab9a4bbb07.tar.xz
linux-dev-b2a9a3b818db727479cc2b9c2924e4ab9a4bbb07.zip
ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
The convention for i2c_device_id name does not need to have company prefix. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/es8328-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/es8328-i2c.c b/sound/soc/codecs/es8328-i2c.c
index aae410d122ee..2d05b5d3a6ce 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);