mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ALSA: via82xx: add quirk for D1289 motherboard
commit bf30a4309d upstream.
Add a headphones-only quirk for the Fujitsu Siemens D1289.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Reported-and-tested-by: Marc Haber <mh+alsa201002@zugschlus.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bcbf140797
commit
4504b9999d
@@ -1790,6 +1790,12 @@ static struct ac97_quirk ac97_quirks[] = {
|
||||
.name = "ASRock K7VT2",
|
||||
.type = AC97_TUNE_HP_ONLY
|
||||
},
|
||||
{
|
||||
.subvendor = 0x110a,
|
||||
.subdevice = 0x0079,
|
||||
.name = "Fujitsu Siemens D1289",
|
||||
.type = AC97_TUNE_HP_ONLY
|
||||
},
|
||||
{
|
||||
.subvendor = 0x1019,
|
||||
.subdevice = 0x0a81,
|
||||
|
||||
Reference in New Issue
Block a user