From: Pavel Kysilka <pavelk@bsys.cz>
To: alsa-devel@alsa-project.org
Subject: cs46xx thinkpad resume fix - #bug1946
Date: Sat, 14 Jul 2007 17:55:52 +0200 [thread overview]
Message-ID: <20070714155552.GA2896@prog3> (raw)
[-- 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
next reply other threads:[~2007-07-14 15:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-14 15:55 Pavel Kysilka [this message]
2007-07-16 9:24 ` cs46xx thinkpad resume fix - #bug1946 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070714155552.GA2896@prog3 \
--to=pavelk@bsys.cz \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.