aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/i915_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/i915_component.h')
-rw-r--r--include/drm/i915_component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h
index 3e2f22e5bf3c..c9a8b64aa33b 100644
--- a/include/drm/i915_component.h
+++ b/include/drm/i915_component.h
@@ -31,6 +31,7 @@ struct i915_audio_component {
31 struct module *owner; 31 struct module *owner;
32 void (*get_power)(struct device *); 32 void (*get_power)(struct device *);
33 void (*put_power)(struct device *); 33 void (*put_power)(struct device *);
34 void (*codec_wake_override)(struct device *, bool enable);
34 int (*get_cdclk_freq)(struct device *); 35 int (*get_cdclk_freq)(struct device *);
35 } *ops; 36 } *ops;
36}; 37};