aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-12-21 11:02:06 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:02:44 +0100
commit1321b160fa1cf63fa841d954fe31220366b6647a (patch)
treec0dad805816b4146cbe77ca77ffae94f772b552c /include/sound/soc.h
parent[ALSA] ac97 - fix microphone and line_in selection logic (diff)
downloadlinux-dev-1321b160fa1cf63fa841d954fe31220366b6647a.tar.xz
linux-dev-1321b160fa1cf63fa841d954fe31220366b6647a.zip
[ALSA] soc - Fix delayed_work related changes on 2.6.20 kernel
Fix the changes realted to delayed_work in soc/codecs/wm8750.c. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index c985a111bc3f..ea836d819ce0 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -374,6 +374,7 @@ struct snd_soc_codec {
struct list_head dapm_paths;
unsigned int dapm_state;
unsigned int suspend_dapm_state;
+ struct delayed_work delayed_work;
/* codec DAI's */
struct snd_soc_codec_dai *dai;