From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0D7A5F41808 for ; Mon, 9 Mar 2026 16:00:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6263810E54D; Mon, 9 Mar 2026 16:00:49 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="THvwdv2R"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id A079810E550 for ; Mon, 9 Mar 2026 16:00:48 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 5C5814359F for ; Mon, 9 Mar 2026 16:00:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 39110C4CEF7 for ; Mon, 9 Mar 2026 16:00:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773072048; bh=6tA0exTWUDDTnKNEdx/HqbihV1Pbdgip6/bl8Idkkr4=; h=From:To:Subject:Date:From; b=THvwdv2RDYszA5aHgESv8RQWT5oLjpY03Oev5Jxb6n46zYwYblCeXPK6Ox/7m3xor J6c/45wFnt1qmiq4UZ8t2WjF7gwjXJj1Ncfj6oJ5KdNc1y4LsAmEj44AIPKeLRQ+fi HMcaZ1t7k8v+t9okGGLHG/xX1dXCzchS2eT+t0RYawxez8Qa0ayNLYd/Ugjgf4qx4O ++M8YS1GEAL3G1eKiocEHQSOhj+qd5ZMRNv0DJkuVK+K25uk4lIKlItSgFWN7O2IL9 d87OC9u970pz7bELWK2+wEWxNu3TD8bSb2sb3iKPe9pn8Ami+T/ZwuCSFo7Eqk4uM3 4R2iL6HPjOIeQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 30AD0C4160E; Mon, 9 Mar 2026 16:00:48 +0000 (UTC) From: bugzilla-daemon@kernel.org To: dri-devel@lists.freedesktop.org Subject: [Bug 221196] New: No HDMI audio with Linux Kernel 7 rc1, rc2 or rc3... Date: Mon, 09 Mar 2026 16:00:47 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: AssignedTo drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Product: Drivers X-Bugzilla-Component: Video(DRI - non Intel) X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gilberto.nunes32@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cf_regression Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" https://bugzilla.kernel.org/show_bug.cgi?id=3D221196 Bug ID: 221196 Summary: No HDMI audio with Linux Kernel 7 rc1, rc2 or rc3... Product: Drivers Version: 2.5 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P3 Component: Video(DRI - non Intel) Assignee: drivers_video-dri@kernel-bugs.osdl.org Reporter: gilberto.nunes32@gmail.com Regression: No Hi there! I have compiled both RC1, RC2 and Rc3, for kernel 7 and after booting with = it, no HDMI sound at all. This my laptop: Operating System: Kubuntu 26.04 KDE Plasma Version: 6.6.2 KDE Frameworks Version: 6.23.0 Qt Version: 6.10.2 Kernel Version: 6.19.6-x64v3-xanmod1 (64-bit) Graphics Platform: X11 Processors: 12 =C3=97 AMD Ryzen 5 5625U with Radeon Graphics Memory: 64 GiB of RAM (46.9 GiB usable) Graphics Processor: AMD Radeon Graphics Manufacturer: Positivo Bahia - VAIO Product Name: VJFE69F11X-B0411H With kernel 6.19, even the RC's works perfectly fine. This is how I compiled the kernel: git clone from Linus github cd linux make mrproper cp /boot/config-$(uname = -r) .config fakeroot make -j$(nproc) deb-pkg I also downloaded the mainline kernel from here: https://kernel.ubuntu.com/mainline/v7.0-rc3/ I already tried 3 different Linux distros: Debian Forky Kubuntu 26.04 ArchLinux Same result... So I wonder if anybody else has the same issue. Thanks --- Gilberto Nunes Ferreira --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=