Skip to content

Commit

Permalink
[ALSA] intel8x0 - Added swap_hp quirk for Fujitsu-Siemens Celsius H32…
Browse files Browse the repository at this point in the history
…0 [0x10cf:0x12f2]

Modules: Intel8x0 driver

Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Jaroslav Kysela committed Jan 3, 2006
1 parent a9824c8 commit 2eb061f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/pci/intel8x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2eb061f

Please sign in to comment.