projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add180e
)
ASoC: esai: Add VF610+ compatibles support.
author
Xiubo Li
<Li.Xiubo@freescale.com>
Fri, 4 Apr 2014 07:10:28 +0000
(15:10 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 20:45:08 +0000
(21:45 +0100)
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Acked-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_esai.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/fsl_esai.c
b/sound/soc/fsl/fsl_esai.c
index 67d5417e093366146e1bcdb06eed2d95c6b9cfb4..b49b78df2f5b0ac875a410238262e68329eca1ef 100644
(file)
--- a/
sound/soc/fsl/fsl_esai.c
+++ b/
sound/soc/fsl/fsl_esai.c
@@
-818,6
+818,7
@@
static int fsl_esai_probe(struct platform_device *pdev)
static const struct of_device_id fsl_esai_dt_ids[] = {
{ .compatible = "fsl,imx35-esai", },
+ { .compatible = "fsl,vf610-esai", },
{}
};
MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids);