diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-06-17 05:16:16 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-06-17 05:16:16 -0400 |
commit | a8b083a24b987eaf79f2de12a86648001f0f4865 (patch) | |
tree | bb049f802d5032503a417c11ed8fc4a8edc37abe /sound/pci | |
parent | da177dd0259eb74061a3a1f6ab037f5080c2a504 (diff) | |
parent | e32aa85ab49203104019025eba83f03f88a3a0e3 (diff) |
Merge branch 'for-linus' into for-next
* for-linus:
ALSA: hda - Add models for Dell headset jacks
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f5b1e51bafb6..ad087ea32f3a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3610,6 +3610,8 @@ static const struct hda_model_fixup alc269_fixup_models[] = { | |||
3610 | {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"}, | 3610 | {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"}, |
3611 | {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"}, | 3611 | {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"}, |
3612 | {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"}, | 3612 | {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"}, |
3613 | {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"}, | ||
3614 | {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"}, | ||
3613 | {} | 3615 | {} |
3614 | }; | 3616 | }; |
3615 | 3617 | ||
@@ -4289,6 +4291,7 @@ static const struct hda_model_fixup alc662_fixup_models[] = { | |||
4289 | {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"}, | 4291 | {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"}, |
4290 | {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"}, | 4292 | {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"}, |
4291 | {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"}, | 4293 | {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"}, |
4294 | {.id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE, .name = "dell-headset-multi"}, | ||
4292 | {} | 4295 | {} |
4293 | }; | 4296 | }; |
4294 | 4297 | ||