davinci: audio clocks: use struct device instead of clock names

There is no need to pass clock name strings in platform_data.
Instead, setup clkdev nodes to have correct ASoC device names.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
Kevin Hilman
2009-07-15 08:47:48 -07:00
parent 548197bdf0
commit 61aa07328d
7 changed files with 8 additions and 15 deletions

View File

@@ -225,9 +225,7 @@ static struct platform_device ide_dev = {
},
};
static struct snd_platform_data dm644x_evm_snd_data = {
.clk_name = "asp0",
};
static struct snd_platform_data dm644x_evm_snd_data;
/*----------------------------------------------------------------------*/