All of lore.kernel.org
 help / color / mirror / Atom feed
* cs46xx thinkpad resume fix - #bug1946
@ 2007-07-14 15:55 Pavel Kysilka
  2007-07-16  9:24 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Kysilka @ 2007-07-14 15:55 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

   Hi,

attached patch fix resume on thinkpad notebooks with cs46xx chip.
Tested with Thinkpad A21m.

Patch is opposite latest linus git 2.6.22.

Bug #1946 may be closed.

Signed-off-by: Pavel Kysilka <pavelk@bsys.cz>

 Pavel Kysilka



________ Information from NOD32 ________
This message was checked by NOD32 Antivirus System for Linux Mail Servers.
http://www.eset.com

[-- Attachment #2: cs46xx_thinkpad_resume_fix.diff --]
[-- Type: text/plain, Size: 441 bytes --]

diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c
index bef1f6d..73f66d7 100644
--- a/sound/pci/cs46xx/cs46xx_lib.c
+++ b/sound/pci/cs46xx/cs46xx_lib.c
@@ -3715,6 +3715,7 @@ int snd_cs46xx_resume(struct pci_dev *pci)
 	chip->active_ctrl(chip, 1); /* force to on */
 
 	snd_cs46xx_chip_init(chip);
+	snd_cs46xx_start_dsp(chip); /* upload dsp code */
 
 #if 0
 	snd_cs46xx_codec_write(chip, BA0_AC97_GENERAL_PURPOSE, 

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-19  9:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 15:55 cs46xx thinkpad resume fix - #bug1946 Pavel Kysilka
2007-07-16  9:24 ` Takashi Iwai
2007-07-17 10:50   ` Takashi Iwai
2007-07-17 22:26     ` Pavel Kysilka
2007-07-18 13:51       ` chris
2007-07-19  9:37         ` Takashi Iwai
2007-07-19  9:34       ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.