From: Axel Lin Date: Sun, 18 Oct 2015 02:06:11 +0000 (+0800) Subject: ASoC: ad193x-spi: Add adau1328 to ad193x_spi_id table X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=355b27e181f667dad248a40d3d4d48150e9a593c;p=linux-beck.git 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 Acked-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- 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);