[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>
This commit is contained in:
parent
7059abedd2
commit
6c50444723
1 changed files with 6 additions and 0 deletions
|
@ -1961,6 +1961,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
||||||
.name = "Tyan Thunder K8WE",
|
.name = "Tyan Thunder K8WE",
|
||||||
.type = AC97_TUNE_HP_ONLY
|
.type = AC97_TUNE_HP_ONLY
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.subvendor = 0x10f7,
|
||||||
|
.subdevice = 0x834c,
|
||||||
|
.name = "Panasonic CF-R4",
|
||||||
|
.type = AC97_TUNE_HP_ONLY,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.subvendor = 0x110a,
|
.subvendor = 0x110a,
|
||||||
.subdevice = 0x0056,
|
.subdevice = 0x0056,
|
||||||
|
|
Loading…
Reference in a new issue