summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2012-02-17 15:43:39 +0530
committerSimone Willett <swillett@nvidia.com>2012-02-23 20:34:32 -0800
commita24cd11b8965bae3dc8c757ddf27dc220e0d51e1 (patch)
tree0cb927d03823eda9589bdabaa91590891b09d532 /sound/soc/codecs
parent254e22d0f2ffaabad7c9d3341b1d89ef472a5d07 (diff)
asoc: codecs: remove device id for aic326x codec driver
Change-Id: Ia6fac687a6b302fa49b6f8a7cfd74abfde5b45f9 Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: http://git-master/r/84544 Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/tlv320aic326x.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/tlv320aic326x.c b/sound/soc/codecs/tlv320aic326x.c
index 2bbafc540378..c44159ce8e37 100644
--- a/sound/soc/codecs/tlv320aic326x.c
+++ b/sound/soc/codecs/tlv320aic326x.c
@@ -4307,10 +4307,6 @@ static int __devexit aic3262_spi_remove(struct spi_device *spi)
}
-static const struct spi_device_id tlv320aic3262_id[] = {
- {"aic3262-codec", 0},
- {}
-};
static struct spi_driver aic3262_spi_driver = {
.driver = {
.name = "aic3262-codec",
@@ -4319,7 +4315,6 @@ static struct spi_driver aic3262_spi_driver = {
},
.probe = aic3262_spi_probe,
.remove = __devexit_p(aic3262_spi_remove),
- .id_table = tlv320aic3262_id,
};
#endif
static int __init tlv320aic3262_modinit(void)