commit | 4f86f120d9d65b3a8f17e48dca1f991d861b5cd7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 17:18:49 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 17:48:11 2012 +0100 |
tree | de69ce66dfbc6b4c0671782c975e7e1817da369a | |
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>
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index 9dc94b5..f841ba4 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h
@@ -1796,6 +1796,7 @@ unsigned int *saved_icode; unsigned int *p16v_saved; unsigned int saved_a_iocfg, saved_hcfg; + bool suspend; #endif };