Searched refs:reset_workaround_2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/nm256/
H A Dnm256.c49 static bool reset_workaround_2; variable
69 module_param(reset_workaround_2, bool, 0444);
70 MODULE_PARM_DESC(reset_workaround_2, "Enable extended AC97 RESET workaround for some other laptops.");
211 unsigned int reset_workaround_2: 1; /* Extended workaround for some other laptops to avoid freeze */ member in struct:nm256
1254 if (! chip->reset_workaround_2) {
1578 reset_workaround_2 = 1;
1627 if (reset_workaround_2) {
1628 dev_dbg(&pci->dev, "reset_workaround_2 activated\n");
1629 chip->reset_workaround_2 = 1;

Completed in 214 milliseconds