diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-27 06:59:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-27 21:48:58 +0100 |
commit | fc93ea2f9315eda2ec8645c2f8bcc30f75a6b88e (patch) | |
tree | 4207552167ff3a7709a510ab13c3fb337d47ea8a /sound/soc/s3c24xx/s3c-ac97.h | |
parent | ASoC: ad1938: use soc-cache framework for codec registers access (diff) | |
download | linux-fc93ea2f9315eda2ec8645c2f8bcc30f75a6b88e.tar.xz linux-fc93ea2f9315eda2ec8645c2f8bcc30f75a6b88e.zip |
ASoC: AC97: S3C: Add controller driver
Add the AC97 controller driver for Samsung SoCs that have one.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/s3c24xx/s3c-ac97.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-ac97.h b/sound/soc/s3c24xx/s3c-ac97.h new file mode 100644 index 000000000000..278198379def --- /dev/null +++ b/sound/soc/s3c24xx/s3c-ac97.h @@ -0,0 +1,23 @@ +/* sound/soc/s3c24xx/s3c-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 + +extern struct snd_soc_dai s3c_ac97_dai[]; + +#endif /* __S3C_AC97_H_ */ |