Home
last modified time | relevance | path

Searched refs:reset_workaround (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/nm256/
H A Dnm256.c48 static bool reset_workaround; variable
67 module_param(reset_workaround, bool, 0444);
68 MODULE_PARM_DESC(reset_workaround, "Enable AC97 RESET workaround for some laptops.");
210 unsigned int reset_workaround: 1; /* Workaround for some laptops to avoid freeze */ member
1254 if (! chip->reset_workaround) { in snd_nm256_ac97_reset()
1585 reset_workaround = 1; in snd_nm256_probe()
1626 if (reset_workaround) { in snd_nm256_probe()
1627 dev_dbg(&pci->dev, "reset_workaround activated\n"); in snd_nm256_probe()
1628 chip->reset_workaround = 1; in snd_nm256_probe()
/linux/Documentation/sound/
H A Dalsa-configuration.rst1673 reset_workaround
1705 hard freeze, you can try ``reset_workaround=1`` option.
1710 previous reset_workaround option doesn't help.