summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-09-27 18:11:52 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:45 +0800
commit2ae312229c867f83526e864bb24bed3b800e0a16 (patch)
tree4d05248fdf8c72f1054f2acf5279eb780f454818
parent6308f1a1c3b4dbcf04dd4253a9108f691f0e3203 (diff)
ASoC: OMAP4+: HDMI: Do not link CPU DAI using dev_node
The CPU DAI does not have a dev_node as its device is not created from the device tree. Hences, we link the DAI using its name. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi-card.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c
index 759a17fc4ab..b1cf892a2cd 100644
--- a/sound/soc/omap/omap-hdmi-card.c
+++ b/sound/soc/omap/omap-hdmi-card.c
@@ -82,9 +82,6 @@ static __devinit int omap_hdmi_probe(struct platform_device *pdev)
return -EINVAL;
}
- omap_hdmi_dai.cpu_dai_name = NULL;
- omap_hdmi_dai.cpu_of_node = dev_node;
-
dev_node = of_parse_phandle(node, "ti,level_shifter", 0);
if (!dev_node) {
dev_err(&pdev->dev, "level shifter node is not provided\n");