Skip to content

Commit

Permalink
ASoC: ad193x-spi: Fixup ad193x_spi_id table
Browse files Browse the repository at this point in the history
AD1939 is missed from the table, so add it.
AD1936 and AD1937 are controlled by I2C interface, so remove them.

Fixes: e5224f5 ("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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 7, 2015
1 parent e5224f5 commit d46183e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/codecs/ad193x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d46183e

Please sign in to comment.