diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:39:43 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-05-06 02:39:43 -0400 |
commit | 20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf (patch) | |
tree | 21d3b7e1d5edc8903b3936c37561c63c3864250f /sound/pci/hda/patch_conexant.c | |
parent | 7b2bfdbc0dee5a321b5c02febe157adebd33ab3a (diff) | |
parent | 8f0f5ff6777104084b4b2e1ae079541c2a6ed6d9 (diff) |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 509a1049ff40..114af8e19d80 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -1196,9 +1196,10 @@ static int patch_cxt5045(struct hda_codec *codec) | |||
1196 | 1196 | ||
1197 | switch (codec->subsystem_id >> 16) { | 1197 | switch (codec->subsystem_id >> 16) { |
1198 | case 0x103c: | 1198 | case 0x103c: |
1199 | case 0x1631: | ||
1199 | case 0x1734: | 1200 | case 0x1734: |
1200 | /* HP & Fujitsu-Siemens laptops have really bad sound over 0dB | 1201 | /* HP, Packard Bell, & Fujitsu-Siemens laptops have really bad |
1201 | * on NID 0x17. Fix max PCM level to 0 dB | 1202 | * sound over 0dB on NID 0x17. Fix max PCM level to 0 dB |
1202 | * (originally it has 0x2b steps with 0dB offset 0x14) | 1203 | * (originally it has 0x2b steps with 0dB offset 0x14) |
1203 | */ | 1204 | */ |
1204 | snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT, | 1205 | snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT, |
@@ -2967,6 +2968,9 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { | |||
2967 | CXT5066_DELL_LAPTOP), | 2968 | CXT5066_DELL_LAPTOP), |
2968 | SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), | 2969 | SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), |
2969 | SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTO), | 2970 | SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTO), |
2971 | SND_PCI_QUIRK(0x1028, 0x0408, "Dell Inspiron One 19T", CXT5066_IDEAPAD), | ||
2972 | SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba Satellite P500-PSPGSC-01800T", CXT5066_OLPC_XO_1_5), | ||
2973 | SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", CXT5066_OLPC_XO_1_5), | ||
2970 | SND_PCI_QUIRK(0x17aa, 0x3a0d, "ideapad", CXT5066_IDEAPAD), | 2974 | SND_PCI_QUIRK(0x17aa, 0x3a0d, "ideapad", CXT5066_IDEAPAD), |
2971 | SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD), | 2975 | SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo Thinkpad", CXT5066_THINKPAD), |
2972 | {} | 2976 | {} |