1
0
Fork 0

[ALSA] emu10k1 - Don't create emu1010 controls for non-emu boards

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>
wifi-calibration
Takashi Iwai 2007-12-21 16:20:12 +01:00 committed by Mercurial server
parent 1c02e36681
commit 88aa139057
1 changed files with 1 additions and 1 deletions

View File

@ -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;