ASoC: tlv320aic3x: List tlv320aic3106 as a supported device
authorMark Brown <broonie@linaro.org>
Tue, 16 Jul 2013 12:39:52 +0000 (13:39 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 16 Jul 2013 12:42:30 +0000 (13:42 +0100)
Currently there is no specific handling for it but the tlv320aic3106 is
supported using this driver.

Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/sound/tlv320aic3x.txt
sound/soc/codecs/tlv320aic3x.c

index 26f65f92f42d8c799ca9828a3f5e4d548ba67c4d..705a6b156c6c4fc00713443f5fa631996b259401 100644 (file)
@@ -8,6 +8,7 @@ Required properties:
     "ti,tlv320aic3x" - Generic TLV320AIC3x device
     "ti,tlv320aic33" - TLV320AIC33
     "ti,tlv320aic3007" - TLV320AIC3007
+    "ti,tlv320aic3106" - TLV320AIC3106
 
 
 - reg - <int> -  I2C slave address
index c9bb760f405fcf52fa0c9760b8722f125484c800..cad4fb17a9332b33d57b9d865b1d5b12944dfdbb 100644 (file)
@@ -1492,6 +1492,7 @@ static const struct i2c_device_id aic3x_i2c_id[] = {
        { "tlv320aic3x", AIC3X_MODEL_3X },
        { "tlv320aic33", AIC3X_MODEL_33 },
        { "tlv320aic3007", AIC3X_MODEL_3007 },
+       { "tlv320aic3106", AIC3X_MODEL_3X },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, aic3x_i2c_id);
@@ -1584,6 +1585,7 @@ static const struct of_device_id tlv320aic3x_of_match[] = {
        { .compatible = "ti,tlv320aic3x", },
        { .compatible = "ti,tlv320aic33" },
        { .compatible = "ti,tlv320aic3007" },
+       { .compatible = "ti,tlv320aic3106" },
        {},
 };
 MODULE_DEVICE_TABLE(of, tlv320aic3x_of_match);
This page took 0.027385 seconds and 5 git commands to generate.