From: Jaroslav Kysela Date: Fri, 18 Nov 2005 06:44:13 +0000 (+0100) Subject: [ALSA] intel8x0 - Added swap_hp quirk for Fujitsu-Siemens Celsius H320 [0x10cf:0x12f2] X-Git-Tag: v2.6.16-rc1~474^2~22^2~3^2~85 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2eb061f41cf74f829bfe90a9c79c765172be9f0b;p=~emulex%2Finfiniband.git [ALSA] intel8x0 - Added swap_hp quirk for Fujitsu-Siemens Celsius H320 [0x10cf:0x12f2] Modules: Intel8x0 driver Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index c5c4ec64a15..5bbc8a04753 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1911,6 +1911,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "Fujitsu-Siemens 4010", .type = AC97_TUNE_HP_ONLY }, + { + .subvendor = 0x10cf, + .subdevice = 0x12f2, + .name = "Fujitsu-Siemens Celsius H320", + .type = AC97_TUNE_SWAP_HP + }, { .subvendor = 0x10f1, .subdevice = 0x2665,