summaryrefslogtreecommitdiff
path: root/include/media/wm8775.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/wm8775.h')
-rw-r--r--include/media/wm8775.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/media/wm8775.h b/include/media/wm8775.h
index 60739c5a23ae..d0e801a9935c 100644
--- a/include/media/wm8775.h
+++ b/include/media/wm8775.h
@@ -32,4 +32,13 @@
#define WM8775_AIN3 4
#define WM8775_AIN4 8
+
+struct wm8775_platform_data {
+ /*
+ * FIXME: Instead, we should parametrize the params
+ * that need different settings between ivtv, pvrusb2, and Nova-S
+ */
+ bool is_nova_s;
+};
+
#endif