diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-10-18 02:06:11 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-19 19:33:33 (GMT) |
commit | 355b27e181f667dad248a40d3d4d48150e9a593c (patch) | |
tree | 35f3d3510c6dad4bf32e7aee4178b75a5da3d27f | |
parent | d46183efe3b57d06461c9bea35e1a0262391fe77 (diff) | |
download | linux-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>
-rw-r--r-- | sound/soc/codecs/ad193x-spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/ad193x-spi.c b/sound/soc/codecs/ad193x-spi.c index b55055a..431f95d 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); |