From 2a86a65b5a460e002a4356abbc3f01f7ed143537 Mon Sep 17 00:00:00 2001 From: Eliot Blennerhassett Date: Thu, 27 May 2010 17:53:54 +1200 Subject: [PATCH] --- yaml --- r: 199298 b: refs/heads/master c: cadae4289d8e6ee8ad863f21ddc1845b38bf8e78 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/asihpi/hpi6205.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8acf7f795e1a..3397dd2d17a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a59fa7cb70b687f1fe2f3fdc4185de57ae9cdc9 +refs/heads/master: cadae4289d8e6ee8ad863f21ddc1845b38bf8e78 diff --git a/trunk/sound/pci/asihpi/hpi6205.c b/trunk/sound/pci/asihpi/hpi6205.c index 4f4cb92984ea..e89991ea3543 100644 --- a/trunk/sound/pci/asihpi/hpi6205.c +++ b/trunk/sound/pci/asihpi/hpi6205.c @@ -1361,6 +1361,9 @@ static u16 adapter_boot_load_dsp(struct hpi_adapter_obj *pao, case HPI_ADAPTER_FAMILY_ASI(0x6500): firmware_id = HPI_ADAPTER_FAMILY_ASI(0x6600); break; + case HPI_ADAPTER_FAMILY_ASI(0x8800): + firmware_id = HPI_ADAPTER_FAMILY_ASI(0x8900); + break; } boot_code_id[1] = firmware_id;