diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-12-21 05:02:06 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:02:44 -0500 |
commit | 1321b160fa1cf63fa841d954fe31220366b6647a (patch) | |
tree | c0dad805816b4146cbe77ca77ffae94f772b552c /include/sound/soc.h | |
parent | 831466f4ad2b5fe23dff77edbe6a7c244435e973 (diff) |
[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.h | 1 |
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 { | |||
374 | struct list_head dapm_paths; | 374 | struct list_head dapm_paths; |
375 | unsigned int dapm_state; | 375 | unsigned int dapm_state; |
376 | unsigned int suspend_dapm_state; | 376 | unsigned int suspend_dapm_state; |
377 | struct delayed_work delayed_work; | ||
377 | 378 | ||
378 | /* codec DAI's */ | 379 | /* codec DAI's */ |
379 | struct snd_soc_codec_dai *dai; | 380 | struct snd_soc_codec_dai *dai; |