]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Allow to pass position_fix=0 explicitly
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Sep 2012 12:59:47 +0000 (14:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Sep 2012 13:03:10 +0000 (15:03 +0200)
commit07a07c060c5f9bfa966a1926f1b9a093492505e0
tree63965a27fda538bf24410b8590b7a21beec968dc
parent7dd26d73b4770037012fa0b16cc5be68a5ef4a7b
ALSA: hda - Allow to pass position_fix=0 explicitly

Set the default value of position_fix -1, and allow user passing
position_fix=0 explicitly to set the "auto" position-fix mode.
Otherwise the auto mode may be switched to others like COMBO of
VIACOMBO when the controller prefers it, thus user can't set the auto
mode any longer.

Also updated the documentation appropriately, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/hda/hda_intel.c