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

(-)nm256.c.orig (+5 lines)
Lines 1513-1518 Link Here
1513
		/* this workaround will cause lock-up after suspend/resume on a Dell laptop */
1513
		/* this workaround will cause lock-up after suspend/resume on a Dell laptop */
1514
		chip->latitude_workaround = 0;
1514
		chip->latitude_workaround = 0;
1515
	}
1515
	}
1516
	if (subsystem_vendor == 0x10c8 && subsystem_device == 0x8006) {
1517
		/* this workaround will cause lock-up after suspend/resume on a Dell laptop */
1518
		chip->latitude_workaround = 0;
1519
	}
1520
	
1516
1521
1517
	snd_nm256_init_chip(chip);
1522
	snd_nm256_init_chip(chip);
1518
1523

Return to bug 63140