Skip to content
Commit 90caaef6 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent 7009fa56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment