Skip to content

Commit

Permalink
ALSA: ca0106 - Fix typo in resume code
Browse files Browse the repository at this point in the history
The register and channel_id pair were twisted in the pm code...
Oh my.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent 86effd7 commit 8df0f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ca0106/ca0106_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 8df0f70

Please sign in to comment.