diff options
| author | Takashi Iwai <tiwai@suse.de> | 2008-12-19 07:55:17 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2008-12-19 07:55:17 -0500 |
| commit | 8df0f70751dc0e51d0550caee3416339183c5767 (patch) | |
| tree | 0766381e24ef330af7966e85317eaa69840116b5 | |
| parent | 86effd7e12ca63cecfd218717473d606e138e5e1 (diff) | |
ALSA: ca0106 - Fix typo in resume code
The register and channel_id pair were twisted in the pm code...
Oh my.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/pci/ca0106/ca0106_mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_mixer.c b/sound/pci/ca0106/ca0106_mixer.c index cccc32cdb943..9845a20f5427 100644 --- 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) | |||
| 806 | 806 | ||
| 807 | #ifdef CONFIG_PM | 807 | #ifdef CONFIG_PM |
| 808 | struct ca0106_vol_tbl { | 808 | struct ca0106_vol_tbl { |
| 809 | unsigned int reg; | ||
| 810 | unsigned int channel_id; | 809 | unsigned int channel_id; |
| 810 | unsigned int reg; | ||
| 811 | }; | 811 | }; |
| 812 | 812 | ||
| 813 | static struct ca0106_vol_tbl saved_volumes[NUM_SAVED_VOLUMES] = { | 813 | static struct ca0106_vol_tbl saved_volumes[NUM_SAVED_VOLUMES] = { |
