ASoC: ad193x-spi: Add adau1328 to ad193x_spi_id table
authorAxel Lin <axel.lin@ingics.com>
Sun, 18 Oct 2015 02:06:11 +0000 (10:06 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 19 Oct 2015 19:33:33 +0000 (20:33 +0100)
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>
sound/soc/codecs/ad193x-spi.c

index b55055a6a2656c9386d7d49252b54479d6d184d3..431f95da1de1f9b0eff5bab82ac2daa07da200dd 100644 (file)
@@ -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);