aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-11-27 14:27:03 +0100
committerTakashi Iwai <tiwai@suse.de>2020-11-27 14:27:03 +0100
commita51a2b1479e67cba4cf990ad31e71b883fae1390 (patch)
treee4c615a4c575b154a093b9118a78b0bd0fcb4108
parentfa27b1adbef730bf04b52bb44741df78eab7314d (diff)
downloadhda-emu-a51a2b1479e67cba4cf990ad31e71b883fae1390.tar.gz
Add a dummy struct completion definition
It's nowhere accessed, but needed for the recent drm audio component changes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wrapper.h b/include/wrapper.h
index e22e9e9..2282455 100644
--- a/include/wrapper.h
+++ b/include/wrapper.h
@@ -354,4 +354,8 @@ typedef struct {
#define fallthrough /**/
+struct completion {
+ int dummy;
+};
+
#endif /* __HDA_WRAPPER_H */