Commit d46183ef authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

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: e5224f58 ("ASoC: ad193x: add support to ad1934")
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e5224f58
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment