summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_cpu.h
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2018-10-04 14:29:36 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:51:59 +0800
commit6bb3efa95e431a326f6f8f17bdb5ff70ab5fd3df (patch)
treed7361bd2a2917d82e1952b6eaac17daa5d6f7b3b /sound/soc/fsl/fsl_dsp_cpu.h
parent67f631a2d6e93ae80dfdbe2a7cc83874ab5d9749 (diff)
MLK-18497-8: ASoC: fsl: dsp: Add DSP audio platform driver
Reviewed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
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*/
+