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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27D0FC433F5 for ; Fri, 12 Nov 2021 06:41:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E651D60F45 for ; Fri, 12 Nov 2021 06:41:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232346AbhKLGoQ (ORCPT ); Fri, 12 Nov 2021 01:44:16 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:51660 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230259AbhKLGoN (ORCPT ); Fri, 12 Nov 2021 01:44:13 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 6ADE621B23; Fri, 12 Nov 2021 06:41:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1636699282; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I10ox0xjcQDVbY6TyKXvhzIn837WB6IPhP4pYSIfguk=; b=eL0IPPrWywjZM09MKrFm9gx6XZZ5n6kpq/rgDQnWa5XaijqJlti33X4ABvsKx4LwqBUzC2 5FnY5AgxPEJxLGXb6KMwmXFgaB6sjffDG4kARoKSQe0czmN/HkcrIXoF7FoCCncU2O7JB5 CxAwAHbMNPHAH5V5dGFaWn86rGgjlgY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1636699282; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I10ox0xjcQDVbY6TyKXvhzIn837WB6IPhP4pYSIfguk=; b=VsK/fL0sHlDpMc5ZTToaZVfotlt9wYChDz+c4bm167LI5Pb1EV4B4OmTB8PdKFaVH08DWY t2E0L4vn5W7afpDw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 596E2A3B81; Fri, 12 Nov 2021 06:41:22 +0000 (UTC) Date: Fri, 12 Nov 2021 07:41:22 +0100 Message-ID: From: Takashi Iwai To: Harald Arnesen Cc: Linux Kernel Mailing List Subject: Re: [BISECTED] No sound with latest kernel In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Nov 2021 21:51:15 +0100, Harald Arnesen wrote: > > Using the latest git (as of 2021-11-11), I get no sound on my Lenovo > ThinkPad T520. I have bisected it to commit > 2d9ea39917a4e4293bc2caea902c7059a330b611, and reverting this gives me > sound again. > > Config and dmesg output is attached. Thanks for the report. It's been already reverted in sound git tree and will be included in the next pull request. Takashi