blob: 0d0e1b511457f2930af9c37865ffeff4f9620042 [file] [log] [blame]
Jassi Brar5033f432010-11-22 15:37:25 +09001/* sound/soc/samsung/ac97.h
Jassi Brarfc93ea22010-01-27 14:59:08 +09002 *
3 * ALSA SoC Audio Layer - S3C AC97 Controller driver
Jassi Brar99ce3a32010-11-22 15:36:03 +09004 * Evolved from s3c2443-ac97.h
Jassi Brarfc93ea22010-01-27 14:59:08 +09005 *
6 * Copyright (c) 2010 Samsung Electronics Co. Ltd
Jassi Brar99ce3a32010-11-22 15:36:03 +09007 * Author: Jaswinder Singh <jassi.brar@samsung.com>
8 * Credits: Graeme Gregory, Sean Choi
Jassi Brarfc93ea22010-01-27 14:59:08 +09009 *
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.
13 */
14
15#ifndef __S3C_AC97_H_
16#define __S3C_AC97_H_
17
18#define S3C_AC97_DAI_PCM 0
19#define S3C_AC97_DAI_MIC 1
20
Jassi Brarfc93ea22010-01-27 14:59:08 +090021#endif /* __S3C_AC97_H_ */