aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4104.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-03-09 02:13:17 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-09 10:46:17 +0000
commita381934e5f9c0c3c292d780d61f5be9c22b2ef54 (patch)
tree48a6b1e05598ee73cbc7f8453bd30b45f084453f /sound/soc/codecs/ak4104.h
parentASoC: Remove unneeded forward reference to WM8753 SPI implementation (diff)
downloadlinux-dev-a381934e5f9c0c3c292d780d61f5be9c22b2ef54.tar.xz
linux-dev-a381934e5f9c0c3c292d780d61f5be9c22b2ef54.zip
ASoC: Add a driver for AK4104 S/PDIF transmitter
This adds a driver for the SPI connected AK4104 S/PDIF transmitter device. Its features are fairly simple, but as there is need to set up certain bits in the IEC958 information, this better goes into a real driver. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Mark Brown <broonie@sirena.org.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ak4104.h')
-rw-r--r--sound/soc/codecs/ak4104.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/ak4104.h b/sound/soc/codecs/ak4104.h
new file mode 100644
index 000000000000..eb88fe7e4def
--- /dev/null
+++ b/sound/soc/codecs/ak4104.h
@@ -0,0 +1,7 @@
+#ifndef _AK4104_H
+#define _AK4104_H
+
+extern struct snd_soc_dai ak4104_dai;
+extern struct snd_soc_codec_device soc_codec_device_ak4104;
+
+#endif