Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 923449 Details for
Bug 1101386
Thinkpad T440s dock - no audio
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[patch] ALSA: hda - Add dock pin setups for Thinkpad T440
t440_dock_audio_fix.patch (text/plain), 2.12 KB, created by
Jiri Pirko
on 2014-08-02 08:00:42 UTC
(
hide
)
Description:
[patch] ALSA: hda - Add dock pin setups for Thinkpad T440
Filename:
MIME Type:
Creator:
Jiri Pirko
Created:
2014-08-02 08:00:42 UTC
Size:
2.12 KB
patch
obsolete
>diff -Nrup linux-3.15.4-200.fc20.x86_64/sound/pci/hda/patch_realtek.c linux-3.15.4-200.testsound.fc20.x86_64/sound/pci/hda/patch_realtek.c >--- linux-3.15.4-200.fc20.x86_64/sound/pci/hda/patch_realtek.c 2014-08-01 10:56:17.296780729 +0200 >+++ linux-3.15.4-200.testsound.fc20.x86_64/sound/pci/hda/patch_realtek.c 2014-08-01 10:57:32.379445746 +0200 >@@ -4158,6 +4158,7 @@ enum { > ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, > ALC255_FIXUP_HEADSET_MODE, > ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC, >+ ALC292_FIXUP_TPT440_DOCK, > }; > > static const struct hda_fixup alc269_fixups[] = { >@@ -4558,6 +4559,16 @@ static const struct hda_fixup alc269_fix > .type = HDA_FIXUP_FUNC, > .v.func = alc_fixup_headset_mode_alc255_no_hp_mic, > }, >+ [ALC292_FIXUP_TPT440_DOCK] = { >+ .type = HDA_FIXUP_PINS, >+ .v.pins = (const struct hda_pintbl[]) { >+ { 0x16, 0x21211010 }, /* dock headphone */ >+ { 0x19, 0x21a11010 }, /* dock mic */ >+ { } >+ }, >+ .chained = true, >+ .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST >+ }, > }; > > static const struct snd_pci_quirk alc269_fixup_tbl[] = { >@@ -4736,7 +4747,8 @@ static const struct snd_pci_quirk alc269 > SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK), > SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK), > SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK), >- SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), >+ SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440_DOCK), >+ SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK), > SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), > SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), > SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), >@@ -4814,6 +4826,7 @@ static const struct hda_model_fixup alc2 > {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"}, > {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"}, > {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"}, >+ {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"}, > {} > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1101386
:
899456
|
899457
|
899458
| 923449