lynxpoint: update azalia device ids

The vendor ids were never updated to reflect LynxPoint's device
ids. Therefore, none of the initialization was being ran. Fix
this.

BUG=chrome-os-partner:19555
BRANCH=None
TEST=Booted and noted the codec was attempted to be initialized.

Change-Id: Ic6ec00c9fb1cbcb6087fd89b0acff3d83294ac6a
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/55821
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Aaron Durbin 2013-05-20 15:57:16 -05:00 committed by ChromeBot
commit ab60566e91

View file

@ -365,7 +365,7 @@ static struct device_operations azalia_ops = {
.ops_pci = &azalia_pci_ops,
};
static const unsigned short pci_device_ids[] = { 0x1c20, 0x1e20, 0 };
static const unsigned short pci_device_ids[] = { 0x8c20, 0x9c20, 0 };
static const struct pci_driver pch_azalia __pci_driver = {
.ops = &azalia_ops,