1
0
Fork 0
alistair23-linux/sound/soc/fsl/fsl_dsp_cpu.h

17 lines
232 B
C

/* 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*/