From: Takashi Iwai Date: Thu, 22 Nov 2012 15:55:11 +0000 (+0100) Subject: ALSA: hdsp: improve firmware caching X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~39^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90caaef6a1ce2ec6675b1dc5afd57767954ab7e8;p=pandora-kernel.git ALSA: hdsp: improve firmware caching As the recent firmware code tries to reread and cache the firmware by itself, it's even better to keep the struct firmware data instead of keeping a local copy. Also, it makes little sense to disable the fw loader for this driver, so added the explicit dependency, too. Last, but not least, allocate the firmware data loaded via ioctl in vmalloc'ed buffer instead, as the firmware size isn't that small. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed