aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 3dfe052e0788..c985a111bc3f 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -15,6 +15,7 @@
15 15
16#include <linux/platform_device.h> 16#include <linux/platform_device.h>
17#include <linux/types.h> 17#include <linux/types.h>
18#include <linux/workqueue.h>
18#include <sound/driver.h> 19#include <sound/driver.h>
19#include <sound/core.h> 20#include <sound/core.h>
20#include <sound/pcm.h> 21#include <sound/pcm.h>
@@ -454,6 +455,7 @@ struct snd_soc_device {
454 struct snd_soc_platform *platform; 455 struct snd_soc_platform *platform;
455 struct snd_soc_codec *codec; 456 struct snd_soc_codec *codec;
456 struct snd_soc_codec_device *codec_dev; 457 struct snd_soc_codec_device *codec_dev;
458 struct delayed_work delayed_work;
457 void *codec_data; 459 void *codec_data;
458}; 460};
459 461