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

#endif /*__FSL_DSP_CPU_H*/