提交 d46183ef 编写于 作者: A Axel Lin 提交者: 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: NAxel Lin <axel.lin@ingics.com>
Acked-by: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 e5224f58
...@@ -39,9 +39,8 @@ static const struct spi_device_id ad193x_spi_id[] = { ...@@ -39,9 +39,8 @@ static const struct spi_device_id ad193x_spi_id[] = {
{ "ad193x", AD193X }, { "ad193x", AD193X },
{ "ad1933", AD1933 }, { "ad1933", AD1933 },
{ "ad1934", AD1934 }, { "ad1934", AD1934 },
{ "ad1936", AD193X },
{ "ad1937", AD193X },
{ "ad1938", AD193X }, { "ad1938", AD193X },
{ "ad1939", AD193X },
{ } { }
}; };
MODULE_DEVICE_TABLE(spi, ad193x_spi_id); MODULE_DEVICE_TABLE(spi, ad193x_spi_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册