Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72433
Collapse All | Expand All

(-)alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c (-1 / +1 lines)
Lines 716-722 Link Here
716
		emu->no_ac97 = 1;	
716
		emu->no_ac97 = 1;	
717
	}
717
	}
718
	
718
	
719
	if (emu->revision == 4 && emu->model == 0x2002) {
719
	if (emu->revision == 4 && (emu->model == 0x2001 || emu->model == 0x2002)) {
720
		/* Audigy 2 ZS */
720
		/* Audigy 2 ZS */
721
		snd_printdd(KERN_INFO "Audigy2 ZS is detected. setting 7.1 mode.\n");
721
		snd_printdd(KERN_INFO "Audigy2 ZS is detected. setting 7.1 mode.\n");
722
		emu->spk71 = 1;
722
		emu->spk71 = 1;

Return to bug 72433