projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b21cc2f
)
ASoC: spdif: Add VF610+ compatibles support.
author
Xiubo Li
<Li.Xiubo@freescale.com>
Fri, 4 Apr 2014 07:10:29 +0000
(15:10 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 20:45:14 +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_spdif.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_spdif.c
b/sound/soc/fsl/fsl_spdif.c
index
173553c
..
daa6198
100644
(file)
--- a/
sound/soc/fsl/fsl_spdif.c
+++ b/
sound/soc/fsl/fsl_spdif.c
@@
-1186,6
+1186,7
@@
static int fsl_spdif_probe(struct platform_device *pdev)
static const struct of_device_id fsl_spdif_dt_ids[] = {
{ .compatible = "fsl,imx35-spdif", },
+ { .compatible = "fsl,vf610-spdif", },
{}
};
MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids);