cregit-Linux how code gets into the kernel

Release 4.7 sound/soc/codecs/ssm2518.h

Directory: sound/soc/codecs
/*
 * SSM2518 amplifier audio driver
 *
 * Copyright 2013 Analog Devices Inc.
 *  Author: Lars-Peter Clausen <lars@metafoo.de>
 *
 * Licensed under the GPL-2.
 */

#ifndef __SND_SOC_CODECS_SSM2518_H__

#define __SND_SOC_CODECS_SSM2518_H__


#define SSM2518_SYSCLK 0


enum ssm2518_sysclk_src {
	
SSM2518_SYSCLK_SRC_MCLK = 0,
	
SSM2518_SYSCLK_SRC_BCLK = 1,
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
lars-peter clausenlars-peter clausen25100.00%1100.00%
Total25100.00%1100.00%
Directory: sound/soc/codecs
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}