summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/fsl_dsp_cpu.h')
-rw-r--r--sound/soc/fsl/fsl_dsp_cpu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/fsl/fsl_dsp_cpu.h b/sound/soc/fsl/fsl_dsp_cpu.h
index a6c1043a5908..dac10b4ab9d0 100644
--- a/sound/soc/fsl/fsl_dsp_cpu.h
+++ b/sound/soc/fsl/fsl_dsp_cpu.h
@@ -8,15 +8,8 @@
#ifndef __FSL_DSP_CPU_H
#define __FSL_DSP_CPU_H
-#define ASRC_CLK_MAX_NUM 4
-
struct fsl_dsp_audio {
struct platform_device *pdev;
- struct clk *bus_clk;
- struct clk *m_clk;
- struct clk *asrc_mem_clk;
- struct clk *asrc_ipg_clk;
- struct clk *asrck_clk[ASRC_CLK_MAX_NUM];
};
#endif /*__FSL_DSP_CPU_H*/