kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
[cascardo/linux.git] / include / drm / i915_component.h
index 3e2f22e..c9a8b64 100644 (file)
@@ -31,6 +31,7 @@ struct i915_audio_component {
                struct module *owner;
                void (*get_power)(struct device *);
                void (*put_power)(struct device *);
+               void (*codec_wake_override)(struct device *, bool enable);
                int (*get_cdclk_freq)(struct device *);
        } *ops;
 };