ALSA: ymfpci - Fix legacy registers on S3/S4 resume
We need to resume two legacy registers to recover MIDI/FM functionality on S3/S4 resume, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@ -366,6 +366,8 @@ struct snd_ymfpci {
|
||||
#ifdef CONFIG_PM
|
||||
u32 *saved_regs;
|
||||
u32 saved_ydsxgr_mode;
|
||||
u16 saved_dsxg_legacy;
|
||||
u16 saved_dsxg_elegacy;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user