Skip to content

Commit

Permalink
ASoC: ad193x-spi: Add adau1328 to ad193x_spi_id table
Browse files Browse the repository at this point in the history
This driver also supports adau1328, thus add adau1328 to ad193x_spi_id.

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 19, 2015
1 parent d46183e commit 355b27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/ad193x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 355b27e

Please sign in to comment.