RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / soc / s3c24xx / s3c-ac97.h
blob278198379defa343fcaf905b99e03d897a8b3272
1 /* sound/soc/s3c24xx/s3c-ac97.h
3 * ALSA SoC Audio Layer - S3C AC97 Controller driver
4 * Evolved from s3c2443-ac97.h
6 * Copyright (c) 2010 Samsung Electronics Co. Ltd
7 * Author: Jaswinder Singh <jassi.brar@samsung.com>
8 * Credits: Graeme Gregory, Sean Choi
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
15 #ifndef __S3C_AC97_H_
16 #define __S3C_AC97_H_
18 #define S3C_AC97_DAI_PCM 0
19 #define S3C_AC97_DAI_MIC 1
21 extern struct snd_soc_dai s3c_ac97_dai[];
23 #endif /* __S3C_AC97_H_ */