aboutsummaryrefslogtreecommitdiffstats
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 @@
32#define WM8775_AIN3 4 32#define WM8775_AIN3 4
33#define WM8775_AIN4 8 33#define WM8775_AIN4 8
34 34
35
36struct wm8775_platform_data {
37 /*
38 * FIXME: Instead, we should parametrize the params
39 * that need different settings between ivtv, pvrusb2, and Nova-S
40 */
41 bool is_nova_s;
42};
43
35#endif 44#endif