summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/s3c-ac97.h
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-11-22 06:36:03 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-23 14:05:42 (GMT)
commit99ce3a3f3748f39ab6447c246b675f182ee761da (patch)
treed8edabe69945c646d0d7211eb6533c96ab3e4063 /sound/soc/s3c24xx/s3c-ac97.h
parente6104673d28823e33bfc3dfb046a117f2575c9a8 (diff)
downloadlinux-99ce3a3f3748f39ab6447c246b675f182ee761da.tar.xz
ASoC: Samsung: Rename AC97 driver
Rename Samsung AC97 driver s3c-ac97.[c/h] -> ac97.[c/h] 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 'sound/soc/s3c24xx/s3c-ac97.h')
-rw-r--r--sound/soc/s3c24xx/s3c-ac97.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/sound/soc/s3c24xx/s3c-ac97.h b/sound/soc/s3c24xx/s3c-ac97.h
deleted file mode 100644
index 5dcedd0..0000000
--- a/sound/soc/s3c24xx/s3c-ac97.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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
-
-#endif /* __S3C_AC97_H_ */