diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-07-15 17:47:48 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 10:55:47 +0200 |
commit | 61aa07328d8e70d95a1e2325288df52a1e92a694 (patch) | |
tree | 3dc8f176b9b58b1bec5e2b28cd2a3aa8608c54d6 /arch/arm/mach-davinci/include/mach/asp.h | |
parent | davinci: dm646x-evm: Add support for IDE (diff) | |
download | linux-61aa07328d8e70d95a1e2325288df52a1e92a694.tar.xz linux-61aa07328d8e70d95a1e2325288df52a1e92a694.zip |
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>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/asp.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/asp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/asp.h b/arch/arm/mach-davinci/include/mach/asp.h index 038ecb7c231b..cdf1f4442330 100644 --- a/arch/arm/mach-davinci/include/mach/asp.h +++ b/arch/arm/mach-davinci/include/mach/asp.h @@ -33,7 +33,6 @@ #define DAVINCI_ASP1_TX_INT IRQ_MBXINT struct snd_platform_data { - char *clk_name; u32 tx_dma_offset; u32 rx_dma_offset; enum dma_event_q eventq_no; /* event queue number */ |