aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/sound/tlv320aic3x.txt1
-rw-r--r--sound/soc/codecs/tlv320aic3x.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
index 26f65f92f42d..705a6b156c6c 100644
--- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
+++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
@@ -8,6 +8,7 @@ Required properties:
8 "ti,tlv320aic3x" - Generic TLV320AIC3x device 8 "ti,tlv320aic3x" - Generic TLV320AIC3x device
9 "ti,tlv320aic33" - TLV320AIC33 9 "ti,tlv320aic33" - TLV320AIC33
10 "ti,tlv320aic3007" - TLV320AIC3007 10 "ti,tlv320aic3007" - TLV320AIC3007
11 "ti,tlv320aic3106" - TLV320AIC3106
11 12
12 13
13- reg - <int> - I2C slave address 14- reg - <int> - I2C slave address
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};
1497MODULE_DEVICE_TABLE(i2c, aic3x_i2c_id); 1498MODULE_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};
1589MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match); 1591MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match);