diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-16 08:39:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-16 08:42:30 -0400 |
commit | cbaa56896146cbb5ab54bd65f98d020af282e6c6 (patch) | |
tree | 59454b0e101bd01e0209720b404be6188a69c9b2 /sound/soc/codecs/tlv320aic3x.c | |
parent | f2c4fa655f7139a181a6d6db99a49cab96ed0337 (diff) |
ASoC: tlv320aic3x: List tlv320aic3106 as a supported device
Currently there is no specific handling for it but the tlv320aic3106 is
supported using this driver.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index c9bb760f405f..cad4fb17a933 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c | |||
@@ -1492,6 +1492,7 @@ static const struct i2c_device_id aic3x_i2c_id[] = { | |||
1492 | { "tlv320aic3x", AIC3X_MODEL_3X }, | 1492 | { "tlv320aic3x", AIC3X_MODEL_3X }, |
1493 | { "tlv320aic33", AIC3X_MODEL_33 }, | 1493 | { "tlv320aic33", AIC3X_MODEL_33 }, |
1494 | { "tlv320aic3007", AIC3X_MODEL_3007 }, | 1494 | { "tlv320aic3007", AIC3X_MODEL_3007 }, |
1495 | { "tlv320aic3106", AIC3X_MODEL_3X }, | ||
1495 | { } | 1496 | { } |
1496 | }; | 1497 | }; |
1497 | MODULE_DEVICE_TABLE(i2c, aic3x_i2c_id); | 1498 | MODULE_DEVICE_TABLE(i2c, aic3x_i2c_id); |
@@ -1584,6 +1585,7 @@ static const struct of_device_id tlv320aic3x_of_match[] = { | |||
1584 | { .compatible = "ti,tlv320aic3x", }, | 1585 | { .compatible = "ti,tlv320aic3x", }, |
1585 | { .compatible = "ti,tlv320aic33" }, | 1586 | { .compatible = "ti,tlv320aic33" }, |
1586 | { .compatible = "ti,tlv320aic3007" }, | 1587 | { .compatible = "ti,tlv320aic3007" }, |
1588 | { .compatible = "ti,tlv320aic3106" }, | ||
1587 | {}, | 1589 | {}, |
1588 | }; | 1590 | }; |
1589 | MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match); | 1591 | MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match); |