projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c02e36
)
[ALSA] emu10k1 - Don't create emu1010 controls for non-emu boards
author
Takashi Iwai
<tiwai@suse.de>
Fri, 21 Dec 2007 15:20:12 +0000
(16:20 +0100)
committer
Mercurial server
<hg@alsa0.alsa-project.org>
Thu, 31 Jan 2008 16:30:24 +0000
(17:30 +0100)
The last change for emu1616 introduced a bug that the driver creates
emu1010-related controls even on non-emu boards. Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/emu10k1/emumixer.c
patch
|
blob
|
history
diff --git
a/sound/pci/emu10k1/emumixer.c
b/sound/pci/emu10k1/emumixer.c
index
9b5883b
..
7ebf035
100644
(file)
--- a/
sound/pci/emu10k1/emumixer.c
+++ b/
sound/pci/emu10k1/emumixer.c
@@
-2026,7
+2026,7
@@
int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu,
if (err < 0)
return err;
- } else {
+ } else
if (emu->card_capabilities->emu_model)
{
/* all other e-mu cards for now */
int i;