diff options
Diffstat (limited to 'sound/pci/ice1712/ice1712.h')
-rw-r--r-- | sound/pci/ice1712/ice1712.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 4615bca39e18..0da778a69ef8 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h | |||
@@ -387,8 +387,8 @@ struct snd_ice1712 { | |||
387 | #ifdef CONFIG_PM | 387 | #ifdef CONFIG_PM |
388 | int (*pm_suspend)(struct snd_ice1712 *); | 388 | int (*pm_suspend)(struct snd_ice1712 *); |
389 | int (*pm_resume)(struct snd_ice1712 *); | 389 | int (*pm_resume)(struct snd_ice1712 *); |
390 | int pm_suspend_enabled:1; | 390 | unsigned int pm_suspend_enabled:1; |
391 | int pm_saved_is_spdif_master:1; | 391 | unsigned int pm_saved_is_spdif_master:1; |
392 | unsigned int pm_saved_spdif_ctrl; | 392 | unsigned int pm_saved_spdif_ctrl; |
393 | unsigned char pm_saved_spdif_cfg; | 393 | unsigned char pm_saved_spdif_cfg; |
394 | unsigned int pm_saved_route; | 394 | unsigned int pm_saved_route; |