aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/audss.h
blob: 8c4e973b3e5a87c3065c82105ae627abcfc158d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* sound/soc/samsung/audss.h
 *
 * ALSA SoC Audio Layer - Samsung Audio Subsystem driver
 *
 * Copyright (c) 2011 Samsung Electronics Co. Ltd.
 *	Lakkyung Jung <lakkyung.jung@samsung.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __SND_SOC_SAMSUNG_AUDSS_H
#define __SND_SOC_SAMSUNG_AUDSS_H
enum {
	AUDSS_ACTIVE,
	AUDSS_INACTIVE,
};

enum {
	AUDSS_REG_SAVE,
	AUDSS_REG_RESTORE,
};

enum {
	BUSCLK,
	I2SCLK,
};

void audss_clk_enable(bool enable);
void audss_suspend(void);
void audss_resume(void);
#endif /* __SND_SOC_SAMSUNG_AUDSS_H */