summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c
diff options
context:
space:
mode:
authorMark Brown2013-08-22 15:28:53 +0200
committerMark Brown2013-08-22 15:28:53 +0200
commitf9061f2fc1e66264597c36ebb084fb8c35117e67 (patch)
tree71a13791325d384c524c1d321155e37b9497d186 /sound/soc/codecs/tlv320aic3x.c
parentMerge remote-tracking branch 'asoc/topic/tlv320aic26' into asoc-next (diff)
parentASoC: tlv320aic3x: List tlv320aic3106 as a supported device (diff)
downloadkernel-qcow2-linux-f9061f2fc1e66264597c36ebb084fb8c35117e67.tar.gz
kernel-qcow2-linux-f9061f2fc1e66264597c36ebb084fb8c35117e67.tar.xz
kernel-qcow2-linux-f9061f2fc1e66264597c36ebb084fb8c35117e67.zip
Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-next
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r--sound/soc/codecs/tlv320aic3x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index fec0db04262d..6e3f269243e0 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -1474,6 +1474,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);
@@ -1564,6 +1565,9 @@ static int aic3x_i2c_remove(struct i2c_client *client)
#if defined(CONFIG_OF)
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);