ALSA: hda - Remove AZX_DCAPS_POSFIX_COMBO
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Oct 2012 07:12:01 +0000 (09:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Oct 2012 07:24:09 +0000 (09:24 +0200)
commit7fd5b1eb822e92ccbdb61325380b1fc429c8c993
tree999934e7ce53c797119494c64b0004c11a841b52
parent12f1771709ea53f11cf633c065d6160769795f24
ALSA: hda - Remove AZX_DCAPS_POSFIX_COMBO

It turned out that the COMBO position fix mode is rather more harmful,
and it got reverted (with the replacement of runtime->delay
calculation) recently.  Hence we can get rid of AZX_DCAPS_POSFIX_COMBO
as well.

It's still possible to pass this mode via position_fix module option,
in case where this really helps on weird machines (who knows).

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