From: Lars-Peter Clausen Date: Mon, 22 Jul 2013 16:49:53 +0000 (+0200) Subject: ASoC: adau1701: Add adau1702 and adau1401(a) device ids X-Git-Tag: next-20130731~55^2~37^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=96b9bc6174a030691a4a60b0117ba7718d2bb27a;p=karo-tx-linux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index d1124a5b3471..44d8a95d9ec3 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);