Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -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);