|
@@ -1254,6 +1254,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = {
|
|
|
{ .compatible = "ti,tlv320aic3120" },
|
|
|
{ .compatible = "ti,tlv320aic3111" },
|
|
|
{ .compatible = "ti,tlv320dac3100" },
|
|
|
+ { .compatible = "ti,tlv320dac3101" },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);
|
|
@@ -1380,6 +1381,7 @@ static const struct i2c_device_id aic31xx_i2c_id[] = {
|
|
|
{ "tlv320aic3120", AIC3120 },
|
|
|
{ "tlv320aic3111", AIC3111 },
|
|
|
{ "tlv320dac3100", DAC3100 },
|
|
|
+ { "tlv320dac3101", DAC3101 },
|
|
|
{ }
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(i2c, aic31xx_i2c_id);
|