aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/ac97.h
blob: 0d0e1b511457f2930af9c37865ffeff4f9620042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* sound/soc/samsung/ac97.h
 *
 * ALSA SoC Audio Layer - S3C AC97 Controller driver
 *	Evolved from s3c2443-ac97.h
 *
 * Copyright (c) 2010 Samsung Electronics Co. Ltd
 *	Author: Jaswinder Singh <jassi.brar@samsung.com>
 *	Credits: Graeme Gregory, Sean Choi
 *
 * 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 __S3C_AC97_H_
#define __S3C_AC97_H_

#define S3C_AC97_DAI_PCM 0
#define S3C_AC97_DAI_MIC 1

#endif /* __S3C_AC97_H_ */