diff options
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 71b7a96b185f..1a97c81b254c 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -1174,9 +1174,10 @@ static int patch_cxt5045(struct hda_codec *codec) | |||
1174 | 1174 | ||
1175 | switch (codec->subsystem_id >> 16) { | 1175 | switch (codec->subsystem_id >> 16) { |
1176 | case 0x103c: | 1176 | case 0x103c: |
1177 | case 0x1631: | ||
1177 | case 0x1734: | 1178 | case 0x1734: |
1178 | /* HP & Fujitsu-Siemens laptops have really bad sound over 0dB | 1179 | /* HP, Packard Bell, & Fujitsu-Siemens laptops have really bad |
1179 | * on NID 0x17. Fix max PCM level to 0 dB | 1180 | * sound over 0dB on NID 0x17. Fix max PCM level to 0 dB |
1180 | * (originally it has 0x2b steps with 0dB offset 0x14) | 1181 | * (originally it has 0x2b steps with 0dB offset 0x14) |
1181 | */ | 1182 | */ |
1182 | snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT, | 1183 | snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT, |
@@ -2471,6 +2472,8 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = { | |||
2471 | CXT5066_DELL_LAPTOP), | 2472 | CXT5066_DELL_LAPTOP), |
2472 | SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), | 2473 | SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5), |
2473 | SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTO), | 2474 | SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTO), |
2475 | SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba Satellite P500-PSPGSC-01800T", CXT5066_OLPC_XO_1_5), | ||
2476 | SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", CXT5066_OLPC_XO_1_5), | ||
2474 | {} | 2477 | {} |
2475 | }; | 2478 | }; |
2476 | 2479 | ||