]> Git Repo - linux.git/blob - sound/soc/codecs/ssm2518.h
btrfs: qgroup: Make snapshot accounting work with new extent-oriented
[linux.git] / sound / soc / codecs / ssm2518.h
1 /*
2  * SSM2518 amplifier audio driver
3  *
4  * Copyright 2013 Analog Devices Inc.
5  *  Author: Lars-Peter Clausen <[email protected]>
6  *
7  * Licensed under the GPL-2.
8  */
9
10 #ifndef __SND_SOC_CODECS_SSM2518_H__
11 #define __SND_SOC_CODECS_SSM2518_H__
12
13 #define SSM2518_SYSCLK 0
14
15 enum ssm2518_sysclk_src {
16         SSM2518_SYSCLK_SRC_MCLK = 0,
17         SSM2518_SYSCLK_SRC_BCLK = 1,
18 };
19
20 #endif
This page took 0.032907 seconds and 4 git commands to generate.