diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-01-04 04:12:54 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-01-08 03:54:37 -0500 |
commit | 716e5db48861be408f9bbb5b49c72818ba85e4d2 (patch) | |
tree | 8a1c561cb5220c8871a63bc42388577cd2c85551 /sound/pci | |
parent | 09904b9506e56579282a16ac38d313f2dd08d0f1 (diff) |
ALSA: HDA: Use LPIB position fix for Oaktrail
According to the thread on alsa-devel, the LPIB method is to prefer
for Oaktrail controller chip.
Reference: http://mailman.alsa-project.org/pipermail/alsa-devel/2012-January/047800.html
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index c6c896b236e8..bdc433673dbe 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2997,7 +2997,7 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { | |||
2997 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_LPIB }, /* Poulsbo */ | 2997 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_LPIB }, /* Poulsbo */ |
2998 | { PCI_DEVICE(0x8086, 0x080a), | 2998 | { PCI_DEVICE(0x8086, 0x080a), |
2999 | .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | | 2999 | .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | |
3000 | AZX_DCAPS_BUFSIZE}, | 3000 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_LPIB }, /* Oaktrail */ |
3001 | /* ICH */ | 3001 | /* ICH */ |
3002 | { PCI_DEVICE(0x8086, 0x2668), | 3002 | { PCI_DEVICE(0x8086, 0x2668), |
3003 | .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC | | 3003 | .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC | |