diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 11:18:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 11:48:11 -0500 |
commit | 4f86f120d9d65b3a8f17e48dca1f991d861b5cd7 (patch) | |
tree | de69ce66dfbc6b4c0671782c975e7e1817da369a /include/sound | |
parent | b209c4dfcd960ab176d4746ab7dc442a3edb4575 (diff) |
ALSA: emu10k1: don't update firmware during suspend/resume
Add a flag to suppress the update in emu1010_firmware_thread() during
suspend/resume.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/emu10k1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index 9dc94b559c7d..f841ba4bacb8 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h | |||
@@ -1796,6 +1796,7 @@ struct snd_emu10k1 { | |||
1796 | unsigned int *saved_icode; | 1796 | unsigned int *saved_icode; |
1797 | unsigned int *p16v_saved; | 1797 | unsigned int *p16v_saved; |
1798 | unsigned int saved_a_iocfg, saved_hcfg; | 1798 | unsigned int saved_a_iocfg, saved_hcfg; |
1799 | bool suspend; | ||
1799 | #endif | 1800 | #endif |
1800 | 1801 | ||
1801 | }; | 1802 | }; |