ASoC: ad193x-spi: Fixup ad193x_spi_id table

AD1939 is missed from the table, so add it.
AD1936 and AD1937 are controlled by I2C interface, so remove them.

Fixes: e5224f58e3 ("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>
This commit is contained in:
Axel Lin 2015-10-06 17:26:36 +08:00 committed by Mark Brown
parent e5224f58e3
commit d46183efe3
1 changed files with 1 additions and 2 deletions

View 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);