Commit f7f923c2 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fixed description about ac97_quirk

Documentation
Fixed the description about ac97_quirk option.
Now it accepts string, too.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 924382dd
...@@ -680,16 +680,21 @@ Module parameters ...@@ -680,16 +680,21 @@ Module parameters
* ALi m5455 * ALi m5455
ac97_clock - AC'97 codec clock base (0 = auto-detect) ac97_clock - AC'97 codec clock base (0 = auto-detect)
ac97_quirk - AC'97 workaround for strange hardware (-1 = default) ac97_quirk - AC'97 workaround for strange hardware
-1 = default, don't override The following strings are accepted:
0 = disable default = don't override the default setting
1 = use headphone control as master disable = disable the quirk
2 = swap headphone and master controls hp_only = use headphone control as master
3 = for AD1985, turn on OMS bit and use headphone swap_hp = swap headphone and master controls
4 = for ALC65x, turn on the jack sense mode swap_surround = swap master and surround controls
5 = inverted EAPD implementation ad_shring = for AD1985, turn on OMS bit and use headphone
buggy_irq - Enable workaround for buggy interrupts on some alc_jack = for ALC65x, turn on the jack sense mode
motherboards (default off) inv_eapd = inverted EAPD implementation
mute_led = bind EAPD bit for turning on/off mute LED
For backward compatibility, the corresponding integer
value -1, 0, ... are accepted, too.
buggy_irq - Enable workaround for buggy interrupts on some
motherboards (default off)
Module supports autoprobe and multiple bus-master chips (max 8). Module supports autoprobe and multiple bus-master chips (max 8).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment