/* SPDX-License-Identifier: GPL-2.0 * * Fifo-attached Serial Interface (FSI) support for SH7724 * * Copyright (C) 2009 Renesas Solutions Corp. * Kuninori Morimoto <[email protected]> */ #ifndef __SOUND_FSI_H #define __SOUND_FSI_H #include <linux/clk.h> #include <sound/soc.h> /* * flags */ #define SH_FSI_FMT_SPDIF … #define SH_FSI_ENABLE_STREAM_MODE … #define SH_FSI_CLK_CPG … struct sh_fsi_port_info { … }; struct sh_fsi_platform_info { … }; #endif /* __SOUND_FSI_H */