ASoC: ad193x-spi: Fixup ad193x_spi_id table
authorAxel Lin <axel.lin@ingics.com>
Tue, 6 Oct 2015 09:26:36 +0000 (17:26 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 7 Oct 2015 09:42:54 +0000 (10:42 +0100)
AD1939 is missed from the table, so add it.
AD1936 and AD1937 are controlled by I2C interface, so remove them.

Fixes: e5224f58e3ef ("ASoC: ad193x: add support to ad1934")
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 364e821..b55055a 100644 (file)
@@ -39,9 +39,8 @@ static const struct spi_device_id ad193x_spi_id[] = {
        { "ad193x", AD193X },
        { "ad1933", AD1933 },
        { "ad1934", AD1934 },
-       { "ad1936", AD193X },
-       { "ad1937", AD193X },
        { "ad1938", AD193X },
+       { "ad1939", AD193X },
        { }
 };
 MODULE_DEVICE_TABLE(spi, ad193x_spi_id);