summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/av8100_audio.h
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-03-25 10:50:33 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:46 +0100
commite8fa0dfb47048fd4653726ed996fc5e41a3d7d43 (patch)
tree89cada3b77e88ead7c31af28eb2a1538f5dea8ba /sound/soc/codecs/av8100_audio.h
parent2d1cb6dd18319e08a39a5a96a37f400660729a34 (diff)
sound: add asoc codec support for ux500 platform
This patch is based on the following work: cg29xx ASoc: The codec driver for cg29xx does now use the MFD driver for that chip. ST-Ericsson ID: 259100 Author: Roger Nilsson <roger.xr.nilsson@stericsson.com> Ux500 ASoC: HDMI-driver in Ux500 ALSA SoC-driver. Author: Ola Lilja <ola.o.lilja@stericsson.com> Add a power management scheme for AB3550 and fix bugs that hinder simultaneous playback/capture. ST-Ericsson ID: WP 259100 Author: Xie Xiaolei <xie.xiaolei@stericsson.com> sound: asoc: Added codec and machine drivers for cg29xx. Author: Ola Lilja <ola.o.lilja@stericsson.com> SND: sound codec ab3550 abx500 updates Author: Mattias Wallin <mattias.wallin@stericsson.com> New ASoC driver for Fairbanks. Author: Ola Lilja <ola.o.lilja@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Conflicts: arch/arm/mach-ux500/Kconfig-arch sound/soc/codecs/Makefile
Diffstat (limited to 'sound/soc/codecs/av8100_audio.h')
-rw-r--r--sound/soc/codecs/av8100_audio.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/sound/soc/codecs/av8100_audio.h b/sound/soc/codecs/av8100_audio.h
new file mode 100644
index 00000000000..6d2a7e7a801
--- /dev/null
+++ b/sound/soc/codecs/av8100_audio.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2010
+ *
+ * Author: Ola Lilja ola.o.lilja@stericsson.com,
+ * for ST-Ericsson.
+ *
+ * License terms:
+ *
+ * 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 AV8100_CODEC_H
+#define AV8100_CODEC_H
+
+extern struct snd_soc_dai av8100_codec_dai[];
+extern struct snd_soc_codec_device soc_codec_dev_av8100;
+
+#endif /* AV8100_CODEC_H */
+
+
+