commit | e39ae8564410b8ad9057130ba71eeb6b1ef71d82 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 16:18:13 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 22 17:48:03 2012 +0100 |
tree | e363f9522090ad84ece291ba5dc67fa9721bcef8 | |
parent | 0d144de9af28f23d28e4cdf28a08e25e9ad3b41c [diff] |
ALSA: hda - Don't release firmware when CONFIG_PM is set The new firmware code tries to re-read the formerly read firmware files before suspend. Thus it's wiser to keep the "patch" firmware in the driver for avoiding this unnecessary re-reading. Of course, this will consume a bit of memory for unused stuff, but the patch fw is supposed to be fairly small, so it's more benefit in the end. Signed-off-by: Takashi Iwai <tiwai@suse.de>