Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8df0f707 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ca0106 - Fix typo in resume code



The register and channel_id pair were twisted in the pm code...
Oh my.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 86effd7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] = {