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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 85967C43387 for ; Mon, 31 Dec 2018 20:10:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B8272081B for ; Mon, 31 Dec 2018 20:10:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727925AbeLaUKW (ORCPT ); Mon, 31 Dec 2018 15:10:22 -0500 Received: from mga07.intel.com ([134.134.136.100]:47139 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727311AbeLaUKV (ORCPT ); Mon, 31 Dec 2018 15:10:21 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Dec 2018 12:10:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,424,1539673200"; d="scan'208";a="131968963" Received: from srgujjul-mobl1.amr.corp.intel.com (HELO [10.251.147.157]) ([10.251.147.157]) by fmsmga004.fm.intel.com with ESMTP; 31 Dec 2018 12:10:20 -0800 Subject: Re: [GIT PULL] sound updates for 4.21 To: Takashi Iwai Cc: Linus Torvalds , Ingo Molnar , Mark Brown , Liam Girdwood , Linux Kernel Mailing List , Hans de Goede , Azat Khuzhin References: <20181228124303.GA16558@gmail.com> <82bb7f60-c3c2-4715-a0a0-f1f2a8b14c74@linux.intel.com> From: Pierre-Louis Bossart Message-ID: Date: Mon, 31 Dec 2018 14:10:20 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/31/18 12:15 PM, Takashi Iwai wrote: > On Mon, 31 Dec 2018 11:24:41 +0100, > Pierre-Louis Bossart wrote: >> >> On 12/31/18 2:11 AM, Takashi Iwai wrote: >>> On Mon, 31 Dec 2018 00:17:58 +0100, >>> Pierre-Louis Bossart wrote: >>>>> BTW, one thing I'd really like to avoid is to rearrange the probe >>>>> procedure of the legacy HDA driver (so that we can get codec_mask >>>>> during pci probe() call). The async probe is the result of the many >>>>> struggles with the various and complex configurations. Moving the >>>>> codec probe to the beginning isn't trivial and quite risky to break >>>>> something else. >>>> Agree, mucking with the probe isn't something we should look into, >>>> especially with this Skylake driver being eventually deprecated once >>>> SOF is at feature parity. This set of autodetection patches for 4.21 >>>> was really targeting CFL/WHL+ devices, where the DSP usage is >>>> mandatory when directly-attached digital microphones are used. For >>>> Skylake and kabylake using the legacy by default is just fine. >>> OK, then how about applying the PCI class check only for such ones >>> like the patch below? The macro isn't sexy and can be replaced with >>> another way, but you have an idea. >> The two patches which added the PCI class checks were supposed to be a >> simple bullet-proof way of detecting the DSP presence and solving a >> problem of coexistence between two drivers. At this point if we start >> adding quirks and still have unclear issues with HDMI support which >> isn't different for CFL+, it may be wiser to revert them to let the >> 4.21 merge window progress? It's frustrating but I'd rather solve this >> problem the right way than with multiple iterations rushed because of >> the merge window timing. > Fair enough, let's revert them for now. I'm going to submit the > revert patch. Thanks Takashi. If everyone who has been impacted by this issue can send me privately the result of the following two commands it'd help us figure out which machines expose the DSP - we may ask for additional information, e.g. NHLT tables. We clearly need to widen the validation scope since there is obviously a disconnect between what 3rd party BIOS expose and the technical consensus within Intel audio teams. Thanks in advance for your time. -Pierre lspci -s 0:1f.3 -vn more /sys/bus/pci/devices/0000\:00\:1f.3/class (should return 0x040100 or 0x040380, if the value is 0x040300 then the DSP is not exposed) (replace 1f.3 with 0e.0 for ApolloLake/GeminiLake)