From: Keith Packard Date: Tue, 24 Oct 2006 20:34:11 +0000 (-0700) Subject: [PATCH] Merge headphone and speaker volume controls for Panasonic R4 laptop X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c50444723f2e6487b3377450f90d813a88e6c31;p=linux-beck.git [PATCH] Merge headphone and speaker volume controls for Panasonic R4 laptop Signed-off-by: Keith Packard Signed-off-by: Linus Torvalds --- diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 7f22dab07240..9c1bce7afa86 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1961,6 +1961,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .name = "Tyan Thunder K8WE", .type = AC97_TUNE_HP_ONLY }, + { + .subvendor = 0x10f7, + .subdevice = 0x834c, + .name = "Panasonic CF-R4", + .type = AC97_TUNE_HP_ONLY, + }, { .subvendor = 0x110a, .subdevice = 0x0056,