]> rtime.felk.cvut.cz Git - linux-imx.git/commit
[ALSA] hdsp - Fix auto-updating of firmware
authorTakashi Iwai <tiwai@suse.de>
Wed, 6 Sep 2006 10:13:37 +0000 (12:13 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:46:07 +0000 (10:46 +0200)
commit311e70a4741c736795da082da7290164d9cf3726
tree17e746d945ad674fc20841f10566554958d47bd8
parentea543f1ee61bbfdf6cac4b79d66c7840d5b00037
[ALSA] hdsp - Fix auto-updating of firmware

Fixed the auto-updating of firmware if the breakout box was switched
off/on.  The firmware binary itself was already cached but it wasn't
loaded properly.  Also, request_firmware() is issued if the box was
with firmware at module loading time but later it's erased.
The auto-update is triggered at each PCM action (open, prepare, etc)
and at opening proc files.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/rme9652/hdsp.c