xref: /openbmc/linux/sound/soc/samsung/spdif.h (revision 75016ca3)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * ALSA SoC Audio Layer - Samsung S/PDIF Controller driver
4  *
5  * Copyright (c) 2010 Samsung Electronics Co. Ltd
6  *		http://www.samsung.com/
7  */
8 
9 #ifndef __SND_SOC_SAMSUNG_SPDIF_H
10 #define __SND_SOC_SAMSUNG_SPDIF_H	__FILE__
11 
12 #define SND_SOC_SPDIF_INT_MCLK		0
13 #define SND_SOC_SPDIF_EXT_MCLK		1
14 
15 #endif	/* __SND_SOC_SAMSUNG_SPDIF_H */
16