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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AB39C433E0 for ; Thu, 31 Dec 2020 08:34:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 64BA4223DB for ; Thu, 31 Dec 2020 08:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726354AbgLaIeB (ORCPT ); Thu, 31 Dec 2020 03:34:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:58484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726037AbgLaIeB (ORCPT ); Thu, 31 Dec 2020 03:34:01 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 08CFE20799; Thu, 31 Dec 2020 08:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609403600; bh=wX/RsiFeUVeSh0tHWgPKKXjTLLEPPei2KROl3gzR2zs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d0S+xgYzt/vo2uIJ+7LYC4Q7AnrWE3nS3cs9TZ5ZEOFMaxZ50JsU/F7WxxvTmwrAX 2rAdTU560HfCRP88aNpkPCJR7h+0VMJmNWebhkU2Y4UjAH6IbDIs1NhTX6FjpL53z7 cd7gHKi8DCD6IeoZYeZ32s/C1aI7dpGARrn7i7pI= Date: Thu, 31 Dec 2020 09:33:16 +0100 From: Greg Kroah-Hartman To: Christian Labisch Cc: Greg Kroah-Hartman , Greg Kroah-Hartman , Akemi Yagi , Justin Forbes Subject: Re: sound Message-ID: References: <2f0acfa1330ca6b40bff564fd317c8029eb23453.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 30, 2020 at 07:10:16PM +0100, Christian Labisch wrote: > Update : > > I've just tested the kernel 5.10.4 from ELRepo. > Unfortunately nothing changed - still no sound. Ah, sad. Can you run 'git bisect' between 5.9 and 5.10 to determine the commit that caused the problem? thanks, greg k-h