commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
16 lines
373 B
C
16 lines
373 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* ALSA SoC Audio Layer - Samsung S/PDIF Controller driver
|
|
*
|
|
* Copyright (c) 2010 Samsung Electronics Co. Ltd
|
|
* http://www.samsung.com/
|
|
*/
|
|
|
|
#ifndef __SND_SOC_SAMSUNG_SPDIF_H
|
|
#define __SND_SOC_SAMSUNG_SPDIF_H __FILE__
|
|
|
|
#define SND_SOC_SPDIF_INT_MCLK 0
|
|
#define SND_SOC_SPDIF_EXT_MCLK 1
|
|
|
|
#endif /* __SND_SOC_SAMSUNG_SPDIF_H */
|