From: Tommaso Zanotti on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2842 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails.
Some Huawei laptops featuring AMD CPUs are equipped with the ES8336 CODEC from Everest Semi, connected to the ACP3x module. This commit introduces necessary configuration options to enable proper functionality for these laptops. Tested on my Huawei Matebook 14 2021 AMD Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2254698 Signed-off-by: Tommaso Zanotti <[email protected]> --- redhat/configs/fedora/generic/x86/CONFIG_SND_AMD_ASOC_ACP63 | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_AMD_ASOC_REMBRANDT | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_AMD_ASOC_RENOIR | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_SOC_AMD_ACP_COMMON | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_SOC_AMD_ACP_PCI | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_SOC_AMD_LEGACY_MACH | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_SOC_AMD_MACH_COMMON | 1 + redhat/configs/fedora/generic/x86/CONFIG_SND_SOC_AMD_SOF_MACH | 1 + 8 files changed, 8 insertions(+), 0 deletions(-) -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
