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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 BBF3DC43387 for ; Thu, 17 Jan 2019 13:24:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9665820851 for ; Thu, 17 Jan 2019 13:24:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726329AbfAQNYR (ORCPT ); Thu, 17 Jan 2019 08:24:17 -0500 Received: from mail.sig21.net ([80.244.240.74]:38280 "EHLO mail.sig21.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725868AbfAQNYR (ORCPT ); Thu, 17 Jan 2019 08:24:17 -0500 X-Greylist: delayed 1088 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Jan 2019 08:24:16 EST Received: from p5780437e.dip0.t-ipconnect.de ([87.128.67.126] helo=zzz.local) by mail.sig21.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1gk7Mm-00047m-T6; Thu, 17 Jan 2019 14:05:55 +0100 Received: from js by zzz.local with local (Exim 4.92-RC4) (envelope-from ) id 1gk7Mj-0004ND-VF; Thu, 17 Jan 2019 14:05:49 +0100 Date: Thu, 17 Jan 2019 14:05:49 +0100 From: Johannes Stezenbach To: Hans de Goede Cc: Dean Wallace , Mogens Jensen , Pierre-Louis Bossart , Andy Shevchenko , Stephen Boyd , Michael Turquette , linux-clk , Stable , Carlo Caione , Andy Shevchenko , Linux Kernel Mailing List Subject: Re: Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL) Message-ID: <20190117130549.GA16759@sig21.net> References: <3iO9ehQbZm_haTV0IuZ0qhsVHR0QLUbTgRJT8ZenGuRsnz2_uBvO93f0bHVYnsApibUT16JsJ0dgphLhUBd-u0t-lDBNsbvvlKWTgq8XOlw=@protonmail.com> <3e12e051-b874-187d-d4f5-e146f59c659b@redhat.com> <20190117091214.7djttnpo4jjzi4su@spock> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jan 17, 2019 at 01:05:35PM +0100, Hans de Goede wrote: > On 17-01-19 10:12, Dean Wallace wrote: > > On 17-01-19, Mogens Jensen wrote: > > > Kernel is compiled with SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH and the quirk seems to have fixed the problem caused by commit 648e921888ad ("clk: x86: Stop marking clocks as CLK_IS_CRITICAL"), as sound is now working if running "speaker-test" on my system which is clean ALSA. > > Note being "clean ALSA" is really not a good thing now a days, > for lots of things we depend on pulseaudio (like setting > up UCM mixer profiles). FWIW I disagree because PA never worked for me. I simply used "alsaucm -c chtcx2072x set _verb HiFi". But I was surprised that PA does the ALSA UCM setup but it's not documented well that you need to do it by other means if you don't use PA. https://bugzilla.kernel.org/show_bug.cgi?id=115531#c72 Regards, Johannes