diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/ac97_codec.h | 1 |
1 files changed, 1 insertions, 0 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 }; |
