summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/adau1701.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-07-22 16:49:53 (GMT)
committerMark Brown <broonie@linaro.org>2013-07-23 17:45:40 (GMT)
commit96b9bc6174a030691a4a60b0117ba7718d2bb27a (patch)
tree30e19f8dd1a64e73addaf73fd1429349d24d95d6 /sound/soc/codecs/adau1701.c
parentaf2d8b5d95f12c36bfabe90c0879923efedefd2c (diff)
downloadlinux-fsl-qoriq-96b9bc6174a030691a4a60b0117ba7718d2bb27a.tar.xz
ASoC: adau1701: Add adau1702 and adau1401(a) device ids
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>
Diffstat (limited to 'sound/soc/codecs/adau1701.c')
-rw-r--r--sound/soc/codecs/adau1701.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c
index d1124a5..44d8a95 100644
--- 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);