diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-10-24 13:34:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-24 21:42:50 -0700 |
commit | 6c50444723f2e6487b3377450f90d813a88e6c31 (patch) | |
tree | 29d121c037bf3bc837e80e6140797dafbf470704 /sound/pci/intel8x0.c | |
parent | 7059abedd2f04b68bd7e1a79c9c72f7aeee134c0 (diff) | |
download | op-kernel-dev-6c50444723f2e6487b3377450f90d813a88e6c31.zip op-kernel-dev-6c50444723f2e6487b3377450f90d813a88e6c31.tar.gz |
[PATCH] Merge headphone and speaker volume controls for Panasonic R4 laptop
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 7f22dab..9c1bce7 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1962,6 +1962,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { .type = AC97_TUNE_HP_ONLY }, { + .subvendor = 0x10f7, + .subdevice = 0x834c, + .name = "Panasonic CF-R4", + .type = AC97_TUNE_HP_ONLY, + }, + { .subvendor = 0x110a, .subdevice = 0x0056, .name = "Fujitsu-Siemens Scenic", /* AD1981? */ |