aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2007-07-23 17:52:27 +0100
committerJaroslav Kysela <perex@perex.cz>2007-10-16 15:57:51 +0200
commit42f53226953b0f2ad16bf55d0c11e08fe86c3666 (patch)
tree0af9ae1b05ef0510e902e840c00c200814b361ab /include/sound
parent[ALSA] ymfpci: fix volume handling of the 44.1 kHz slot (diff)
downloadlinux-dev-42f53226953b0f2ad16bf55d0c11e08fe86c3666.tar.xz
linux-dev-42f53226953b0f2ad16bf55d0c11e08fe86c3666.zip
[ALSA] snd-emu10k1:Improves firmware loading for E-Mu cards.
Details: Fixes http://bugzilla.kernel.org/show_bug.cgi?id=8176 Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/emu10k1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
index 868f3bdb9829..d6c8c54d49e0 100644
--- a/include/sound/emu10k1.h
+++ b/include/sound/emu10k1.h
@@ -1456,6 +1456,7 @@ struct snd_emu1010 {
unsigned int adc_pads; /* bit mask */
unsigned int dac_pads; /* bit mask */
unsigned int internal_clock; /* 44100 or 48000 */
+ struct task_struct *firmware_thread;
};
struct snd_emu10k1 {