summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/ad193x-spi.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-10-18 05:06:11 +0300
committerMark Brown <broonie@kernel.org>2015-10-19 22:33:33 +0300
commit355b27e181f667dad248a40d3d4d48150e9a593c (patch)
tree35f3d3510c6dad4bf32e7aee4178b75a5da3d27f /sound/soc/codecs/ad193x-spi.c
parentd46183efe3b57d06461c9bea35e1a0262391fe77 (diff)
downloadlinux-355b27e181f667dad248a40d3d4d48150e9a593c.tar.xz
ASoC: ad193x-spi: Add adau1328 to ad193x_spi_id table
This driver also supports adau1328, thus add adau1328 to ad193x_spi_id. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ad193x-spi.c')
-rw-r--r--sound/soc/codecs/ad193x-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/ad193x-spi.c b/sound/soc/codecs/ad193x-spi.c
index b55055a6a265..431f95da1de1 100644
--- a/sound/soc/codecs/ad193x-spi.c
+++ b/sound/soc/codecs/ad193x-spi.c
@@ -41,6 +41,7 @@ static const struct spi_device_id ad193x_spi_id[] = {
{ "ad1934", AD1934 },
{ "ad1938", AD193X },
{ "ad1939", AD193X },
+ { "adau1328", AD193X },
{ }
};
MODULE_DEVICE_TABLE(spi, ad193x_spi_id);