Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 13:12:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273809] Thinkpad T430 headphones don't work
Message-ID:  <bug-273809-227-Vy28Hkx3w6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273809-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273809-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273809

--- Comment #8 from Jason W. Bacon <jwb@freebsd.org> ---
(In reply to Oleksandr Kryvulia from comment #7)

Looking at /usr/src/sys/dev/sound/pci/hda/pin_patch_realtek.h, it appears t=
hat
this patch will also impact T430S, X230, X230T, and T431S.  Can we be sure =
that
they all use nid=3D21, as=3D1, and seq=3D15?

                        }, {
                                .models =3D (struct pin_machine_model_t[]){
                                        PIN_SUBVENDOR(LENOVO_T430_SUBVENDOR=
),
                                        PIN_SUBVENDOR(LENOVO_T430S_SUBVENDO=
R),
                                        PIN_SUBVENDOR(LENOVO_X230_SUBVENDOR=
),
                                        PIN_SUBVENDOR(LENOVO_X230T_SUBVENDO=
R),
                                        PIN_SUBVENDOR(LENOVO_T431S_SUBVENDO=
R),
                                        { }
                                },
                                .pin_patches =3D (struct pin_patch_t[]){
                                        PIN_PATCH_DOCK_MIC_IN(25),
                                        PIN_PATCH_DOCK_HP(27),
                                        // Patch added here
                                        // PIN_PATCH_STRING(21, "as=3D1 seq=
=3D15"),
                                        { }
                                }
                        },

I'd have to do some research to understand what all these parameters mean. =
 The
simple fact that they are grouped together in the .models field might imply
that they use identical hardware, but I don't want to assume that given my
meager knowledge of audio devices.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273809-227-Vy28Hkx3w6>