]> git.baikalelectronics.ru Git - kernel.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)
commit4d7447f988bc84d30de86b906b7d8d1e4bfcd083
tree17e746d945ad674fc20841f10566554958d47bd8
parent9b601682b0cb6053cc2695d81e3cfdfe23006938
[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