projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ASoC: tlv320aic31xx: Add missing of_device_id for dac3100
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Thu, 10 Nov 2016 07:55:54 +0000
(09:55 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 10 Nov 2016 17:55:04 +0000
(17:55 +0000)
The compatible table was not updated when the support for
DAC3100
was added.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/tlv320aic31xx.c
b/sound/soc/codecs/tlv320aic31xx.c
index be1a64bfd3202eb1cada4f47b86beb6916305553..8880f6be3336b680614fc7ccaf81ac417034d8d2 100644
(file)
--- a/
sound/soc/codecs/tlv320aic31xx.c
+++ b/
sound/soc/codecs/tlv320aic31xx.c
@@
-1253,6
+1253,7
@@
static const struct of_device_id tlv320aic31xx_of_match[] = {
{ .compatible = "ti,tlv320aic3110" },
{ .compatible = "ti,tlv320aic3120" },
{ .compatible = "ti,tlv320aic3111" },
+ { .compatible = "ti,tlv320dac3100" },
{},
};
MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);