diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/vx_core.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/vx_core.h b/include/sound/vx_core.h index 0a85c37d1bc7..5fd6f3305e0d 100644 --- a/include/sound/vx_core.h +++ b/include/sound/vx_core.h @@ -347,6 +347,12 @@ int vx_change_frequency(struct vx_core *chip); /* + * PM + */ +int snd_vx_suspend(struct vx_core *card, pm_message_t state); +int snd_vx_resume(struct vx_core *card); + +/* * hardware constants */ |