Searched refs:reset_workaround (Results 1 – 2 of 2) sorted by relevance
50 static bool reset_workaround; variable69 module_param(reset_workaround, bool, 0444);70 MODULE_PARM_DESC(reset_workaround, "Enable AC97 RESET workaround for some laptops.");214 unsigned int reset_workaround: 1; /* Workaround for some laptops to avoid freeze */ member1284 if (! chip->reset_workaround) { in snd_nm256_ac97_reset()1669 reset_workaround = 1; in snd_nm256_probe()1711 if (reset_workaround) { in snd_nm256_probe()1713 chip->reset_workaround = 1; in snd_nm256_probe()
1640 reset_workaround1672 hard freeze, you can try ``reset_workaround=1`` option.1677 previous reset_workaround option doesn't help.