Created attachment 229263 [details] patch Fix sound output in Lenovo Ideapad 330-15 and Lenovo ThinkPad X230
Thank you for the report and patch Dmitry
Hello Dmitry, Thank you for the patch. Can you make sure it still works without problems? If it does, I will make sure to commit it ASAP.
Hello Christos, Thanks for answer The patch was tested on Lenovo Ideapad 330-15 and ThinkPad X230 and worked fine
(In reply to Dmitry Lukhtionov from comment #3) I submitted a patch for review. It needed some minor changes since your original patch is quite old. https://reviews.freebsd.org/D43804 Could you please apply it and test it one more time to make sure? Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5968e477a560406c480d78ebe438a04f57121119 commit 5968e477a560406c480d78ebe438a04f57121119 Author: Dmitry Lukhtionov <dmitryluhtionov@gmail.com> AuthorDate: 2024-02-18 17:07:39 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-02-18 17:07:39 +0000 snd_hda: Add patches for the Lenovo Ideapad 330-15 and ThinkPad X230 PR: 259640 MFC after: 2 weeks Reviewed by: delphij, markj Differential Revision: https://reviews.freebsd.org/D43804 sys/dev/sound/pci/hda/hdaa_patches.c | 20 ++++++++++++++++++++ sys/dev/sound/pci/hda/hdac.h | 2 ++ sys/dev/sound/pci/hda/hdacc.c | 1 + 3 files changed, 23 insertions(+)
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2d694deca985517c3eab9d51bf4c7cf20dd6bc03 commit 2d694deca985517c3eab9d51bf4c7cf20dd6bc03 Author: Dmitry Lukhtionov <dmitryluhtionov@gmail.com> AuthorDate: 2024-02-18 17:07:39 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-03-03 13:18:02 +0000 snd_hda: Add patches for the Lenovo Ideapad 330-15 and ThinkPad X230 PR: 259640 MFC after: 2 weeks Reviewed by: delphij, markj Differential Revision: https://reviews.freebsd.org/D43804 (cherry picked from commit 5968e477a560406c480d78ebe438a04f57121119) sys/dev/sound/pci/hda/hdaa_patches.c | 20 ++++++++++++++++++++ sys/dev/sound/pci/hda/hdac.h | 2 ++ sys/dev/sound/pci/hda/hdacc.c | 1 + 3 files changed, 23 insertions(+)