diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-22 09:00:14 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-22 09:00:14 +0100 |
commit | 41116e926cb92292fa4fcbe888ae8133fa0038e6 (patch) | |
tree | e241c705eab65745e162fda4b68a31b5c816696d /sound/pci/cs46xx/cs46xx_lib.c | |
parent | 8374e24c23448cabf6e78db2c83841c56c5df1e1 (diff) | |
download | blackbird-op-linux-41116e926cb92292fa4fcbe888ae8133fa0038e6.tar.gz blackbird-op-linux-41116e926cb92292fa4fcbe888ae8133fa0038e6.zip |
ALSA: cs46xx - Fix suspend/resume with new DSP
Fix the basic suspend/resume of snd-cs46xx drivers with new DSP.
References:
https://bugzilla.redhat.com/show_bug.cgi?id=498287
https://bugzilla.redhat.com/show_bug.cgi?id=160751
Tested-by: Florian Zumbiehl <florz@florz.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/cs46xx/cs46xx_lib.c')
-rw-r--r-- | sound/pci/cs46xx/cs46xx_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c index 1be96ead4244..e6b4a879ae2e 100644 --- a/sound/pci/cs46xx/cs46xx_lib.c +++ b/sound/pci/cs46xx/cs46xx_lib.c @@ -3597,7 +3597,7 @@ static struct cs_card_type __devinitdata cards[] = { #ifdef CONFIG_PM static unsigned int saved_regs[] = { BA0_ACOSV, - BA0_ASER_FADDR, + /*BA0_ASER_FADDR,*/ BA0_ASER_MASTER, BA1_PVOL, BA1_CVOL, |