Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Axel Lin <axel.lin@ingics.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
355b27e1 d46183ef

+1
+1
sound/soc/codecs/ad193x-spi.c
··· 41 41 { "ad1934", AD1934 }, 42 42 { "ad1938", AD193X }, 43 43 { "ad1939", AD193X }, 44 + { "adau1328", AD193X }, 44 45 { } 45 46 }; 46 47 MODULE_DEVICE_TABLE(spi, ad193x_spi_id);