summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp_cpu.h
blob: ef2813868be8ad037115c7292a160f2783493399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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*/