From: Takashi Iwai Date: Thu, 22 Nov 2012 15:18:13 +0000 (+0100) Subject: ALSA: hda - Don't release firmware when CONFIG_PM is set X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~39^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39ae8564410b8ad9057130ba71eeb6b1ef71d82;p=pandora-kernel.git 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 --- Reading git-diff-tree failed