Commit 355b27e1 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: ad193x-spi: Add adau1328 to ad193x_spi_id table

This driver also supports adau1328, thus add adau1328 to ad193x_spi_id.
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 d46183ef
......@@ -41,6 +41,7 @@ static const struct spi_device_id ad193x_spi_id[] = {
{ "ad1934", AD1934 },
{ "ad1938", AD193X },
{ "ad1939", AD193X },
{ "adau1328", 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