projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86effd7
)
ALSA: ca0106 - Fix typo in resume code
author
Takashi Iwai
<tiwai@suse.de>
Fri, 19 Dec 2008 12:55:17 +0000
(13:55 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 19 Dec 2008 12:55:17 +0000
(13:55 +0100)
The register and channel_id pair were twisted in the pm code...
Oh my.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_mixer.c
patch
|
blob
|
history
diff --git
a/sound/pci/ca0106/ca0106_mixer.c
b/sound/pci/ca0106/ca0106_mixer.c
index
cccc32c
..
9845a20
100644
(file)
--- a/
sound/pci/ca0106/ca0106_mixer.c
+++ b/
sound/pci/ca0106/ca0106_mixer.c
@@
-806,8
+806,8
@@
int __devinit snd_ca0106_mixer(struct snd_ca0106 *emu)
#ifdef CONFIG_PM
struct ca0106_vol_tbl {
- unsigned int reg;
unsigned int channel_id;
+ unsigned int reg;
};
static struct ca0106_vol_tbl saved_volumes[NUM_SAVED_VOLUMES] = {