aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-11-10 02:55:54 -0500
committerMark Brown <broonie@kernel.org>2016-11-10 12:55:04 -0500
commita4a1d79ea75eec48e086648678b62a8220fe3723 (patch)
tree931b676088a8313ff615d66e68924af8dc6d7081
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: tlv320aic31xx: Add missing of_device_id for dac3100
The compatible table was not updated when the support for DAC3100 was added. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/tlv320aic31xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index be1a64bfd320..8880f6be3336 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -1253,6 +1253,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = {
1253 { .compatible = "ti,tlv320aic3110" }, 1253 { .compatible = "ti,tlv320aic3110" },
1254 { .compatible = "ti,tlv320aic3120" }, 1254 { .compatible = "ti,tlv320aic3120" },
1255 { .compatible = "ti,tlv320aic3111" }, 1255 { .compatible = "ti,tlv320aic3111" },
1256 { .compatible = "ti,tlv320dac3100" },
1256 {}, 1257 {},
1257}; 1258};
1258MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match); 1259MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);