]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mfd/wm8350/audio.h
mfd: Add placeholders for WM8350 client devices
[linux-2.6-omap-h63xx.git] / include / linux / mfd / wm8350 / audio.h
index 43342f767112f7081b484b6ba973fe6185370ca2..217bb22ebb8e81a532d7023312e64dba76776737 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef __LINUX_MFD_WM8350_AUDIO_H_
 #define __LINUX_MFD_WM8350_AUDIO_H_
 
+#include <linux/platform_device.h>
+
 #define WM8350_CLOCK_CONTROL_1                  0x28
 #define WM8350_CLOCK_CONTROL_2                  0x29
 #define WM8350_FLL_CONTROL_1                    0x2A
 #define WM8350_IRQ_CODEC_MICSCD                        41
 #define WM8350_IRQ_CODEC_MICD                  42
 
+struct wm8350_codec {
+       struct platform_device *pdev;
+};
+
 #endif