blob: 4b7771dd9f8491c81337921d733b8f6826bd87b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
int intelpci_rate_tuning = 240;
/*
* Few broken motherboards had nonstandard crystal clocks that cause wrong
* sampling rates. With such motherboards it was necessary to use
* the intelpci_rate_tuning option to fix the rate. See the manual
* for more info.
*/
int intelpci_force_mmio = 0;
/*
* intelpci_force_mmio forces the driver to use Memory Mapped IO
* (some bioses don't provide I/O mapped addresses).
*/
int ich_jacksense = 0;
/*
* Force enabling jacksense on some AD198x mixers.
*/
|