diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/ac97_codec.h | 1 | ||||
| -rw-r--r-- | include/sound/version.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index f2eabca88f30..d421d964cf63 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -426,6 +426,7 @@ struct snd_ac97_build_ops { int (*build_spdif) (ac97_t *ac97); int (*build_post_spdif) (ac97_t *ac97); #ifdef CONFIG_PM + void (*suspend) (ac97_t *ac97); void (*resume) (ac97_t *ac97); #endif }; diff --git a/include/sound/version.h b/include/sound/version.h index 37d587f79e6b..a4db7e75de4d 100644 --- a/include/sound/version.h +++ b/include/sound/version.h @@ -1,3 +1,3 @@ /* include/version.h. Generated by configure. */ -#define CONFIG_SND_VERSION "1.0.8rc2" -#define CONFIG_SND_DATE " (Wed Jan 05 06:44:40 2005 UTC)" +#define CONFIG_SND_VERSION "1.0.8" +#define CONFIG_SND_DATE " (Thu Jan 13 09:39:32 2005 UTC)" |
