summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/cs35l56_hda.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/cs35l56_hda.h')
-rw-r--r--sound/pci/hda/cs35l56_hda.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/cs35l56_hda.h b/sound/pci/hda/cs35l56_hda.h
index 464e4aa63cd1..38d94fb213a5 100644
--- a/sound/pci/hda/cs35l56_hda.h
+++ b/sound/pci/hda/cs35l56_hda.h
@@ -14,6 +14,7 @@
#include <linux/firmware/cirrus/cs_dsp.h>
#include <linux/firmware/cirrus/wmfw.h>
#include <linux/regulator/consumer.h>
+#include <linux/workqueue.h>
#include <sound/cs35l56.h>
struct dentry;
@@ -21,6 +22,7 @@ struct dentry;
struct cs35l56_hda {
struct cs35l56_base base;
struct hda_codec *codec;
+ struct work_struct dsp_work;
int index;
const char *system_name;