ALSA: emu10k1: Fix dock firmware loading
The commit [b209c4df
: ALSA: emu10k1: cache emu1010 firmware] broke the
firmware loading of the dock, just (mistakenly) ignoring a different
firmware for docks on some models. This patch revives them again.
Bugzilla: https://bugs.archlinux.org/task/34865
Reported-and-tested-by: Tobias Powalowski <tobias.powalowski@googlemail.com>
Cc: <stable@vger.kernel.org> [v3.8+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -1787,6 +1787,7 @@ struct snd_emu10k1 {
|
||||
unsigned int next_free_voice;
|
||||
|
||||
const struct firmware *firmware;
|
||||
const struct firmware *dock_fw;
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
unsigned int *saved_ptr;
|
||||
|
Reference in New Issue
Block a user