projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e77ba
)
[ALSA] Fix resume of cs4231
author
Takashi Iwai
<tiwai@suse.de>
Thu, 17 Nov 2005 16:48:30 +0000
(17:48 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 3 Jan 2006 11:29:00 +0000
(12:29 +0100)
Modules: CS4231 driver
Use mce_down() again in the resume callback.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/cs423x/cs4231_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/isa/cs423x/cs4231_lib.c
b/sound/isa/cs423x/cs4231_lib.c
index ced22fd73497112b9beee597f7054507070710aa..582cc751d547f982782bafe4064bf5186a29feed 100644
(file)
--- a/
sound/isa/cs423x/cs4231_lib.c
+++ b/
sound/isa/cs423x/cs4231_lib.c
@@
-1320,7
+1320,7
@@
static void snd_cs4231_resume(struct snd_cs4231 *chip)
}
}
spin_unlock_irqrestore(&chip->reg_lock, flags);
-#if
0
+#if
1
snd_cs4231_mce_down(chip);
#else
/* The following is a workaround to avoid freeze after resume on TP600E.