]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: omap-abe-twl6040: Use the cpu_dai node to specify the platform driver
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 16 Apr 2014 12:46:21 +0000 (15:46 +0300)
committerMark Brown <broonie@linaro.org>
Fri, 18 Apr 2014 17:00:46 +0000 (18:00 +0100)
commit25bed461f96f883830b249ed1b1d6eb5d3930537
treee1302ca3088f0d9d246c8ee519aada456c8c2c13
parent9769824cf9ca4bb877146dbec2695bdbf577c499
ASoC: omap-abe-twl6040: Use the cpu_dai node to specify the platform driver

Now that the platform driver is registered with the cpu_dai's device we
can use the same node for it instead of the hardwired name.
We can also remove the cpu_dai_name and platform_name from the dai_link
struct since we only support DT boot on OMAP4/5

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/omap/omap-abe-twl6040.c