projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2d8b5
)
ASoC: adau1701: Add adau1702 and adau1401(a) device ids
author
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 22 Jul 2013 16:49:53 +0000
(18:49 +0200)
committer
Mark Brown
<broonie@linaro.org>
Tue, 23 Jul 2013 17:45:40 +0000
(18:45 +0100)
Both the adau1702 and the adau1401(a) are register compatible to the adau1701,
so add them to adau1701 driver's device id table.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/adau1701.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/adau1701.c
b/sound/soc/codecs/adau1701.c
index d1124a5b34713c688d92846e25cca563ed9c20ff..44d8a95d9ec373d12e15e0a6810bee814f19a516 100644
(file)
--- a/
sound/soc/codecs/adau1701.c
+++ b/
sound/soc/codecs/adau1701.c
@@
-734,7
+734,10
@@
static int adau1701_i2c_remove(struct i2c_client *client)
}
static const struct i2c_device_id adau1701_i2c_id[] = {
+ { "adau1401", 0 },
+ { "adau1401a", 0 },
{ "adau1701", 0 },
+ { "adau1702", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, adau1701_i2c_id);