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.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_dsp_cpu.h b/sound/soc/fsl/fsl_dsp_cpu.h
new file mode 100644
index 000000000000..ef2813868be8
--- /dev/null
+++ b/sound/soc/fsl/fsl_dsp_cpu.h
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * DSP Audio DAI header
+ *
+ * Copyright 2018 NXP
+ */
+
+#ifndef __FSL_DSP_CPU_H
+#define __FSL_DSP_CPU_H
+
+struct fsl_dsp_audio {
+ struct platform_device *pdev;
+ struct clk *bus_clk;
+ struct clk *m_clk;
+};
+
+#endif /*__FSL_DSP_CPU_H*/
+