Received: by 10.223.185.111 with SMTP id b44csp911166wrg; Fri, 9 Mar 2018 16:39:07 -0800 (PST) X-Google-Smtp-Source: AG47ELuUlTybG3Ael02hgVGVe4WjwIXYro7Uu7dvZGilhKBuiL9bL9KM9D3l01uMlZdixLQHR+2I X-Received: by 10.98.217.211 with SMTP id b80mr344738pfl.107.1520642347275; Fri, 09 Mar 2018 16:39:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520642347; cv=none; d=google.com; s=arc-20160816; b=aN19lsBCqht/NWDeH38QDGWGSe7MSjjWEP0HzZpRrJPzKJTQQRcnphBqjVobvtIqgm fgNov+Dy/smjReHREyCbbO7mxQbfuWFKQGG1WLnmwsQz+D9dCtXyiZBAcL4I3K02Yi2K NJGeiFteoXfFbll+1JgtgeNX5Y0GPeTyTNXvxN1ZqNt5d/SyBPbiM6JY3HeKWtenObCA LRwxK9pJLH2I4FTW4dlnvsWHg0sfttP7UQUvfb8FmEvp2Rn/Re/474y3a0QJKL1YQBBo OdXIj6Ro/m22v/en0f/BWeW4Qh6U048sMY+FdHKPiO7odvEKFHuaERE+5bZCS8yiXSD0 IeuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=dMrgPtjYI1VCek8RppG1SEFBSY/25ySbRNu3ax87HvE=; b=Mk3vrMOZ7/hNiE7dyKCBYGs0ldHIbWj0siEHmncUBUgQM4lN3NOyQdEDS5uT3WDUub K66nlvxQ+qMC5fkKuBnM89CETthJ0bw+yZPoZXuM888B8VY5em1qCNBFz2+s+IQCO6u8 rV9MMG2MLMBrxH+QXSQ5HBjsKJmLDuKvqOCC0iUjxOU5RNGgd2HaJOFYIIXUf/mr151V X4oqSkxz0S2hpKaSC7pWp/V7o/5fPsQDLWn+rOsoCFiQxM6YVWn2GX+k0aqhzhM5PgFN jFfc/y8HCVPtacH51sTBptVbxUW4lgCPYThwGPXSLlCNxi5PDmUeqj7hWR18IzoXx8Wo NOVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t75si1753178pfe.77.2018.03.09.16.38.52; Fri, 09 Mar 2018 16:39:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933793AbeCJAhr (ORCPT + 99 others); Fri, 9 Mar 2018 19:37:47 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39670 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933731AbeCJAVj (ORCPT ); Fri, 9 Mar 2018 19:21:39 -0500 Received: from localhost (unknown [185.236.200.248]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 11C2910F2; Sat, 10 Mar 2018 00:21:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hans de Goede , Takashi Iwai Subject: [PATCH 4.9 09/65] ALSA: hda: Add a power_save blacklist Date: Fri, 9 Mar 2018 16:18:09 -0800 Message-Id: <20180310001825.664705510@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180310001824.927996722@linuxfoundation.org> References: <20180310001824.927996722@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede commit 1ba8f9d308174e647b864c36209b4d7934d99888 upstream. On some boards setting power_save to a non 0 value leads to clicking / popping sounds when ever we enter/leave powersaving mode. Ideally we would figure out how to avoid these sounds, but that is not always feasible. This commit adds a blacklist for devices where powersaving is known to cause problems and disables it on these devices. Note I tried to put this blacklist in userspace first: https://github.com/systemd/systemd/pull/8128 But the systemd maintainers rightfully pointed out that it would be impossible to then later remove entries once we actually find a way to make power-saving work on listed boards without issues. Having this list in the kernel will allow removal of the blacklist entry in the same commit which fixes the clicks / plops. The blacklist only applies to the default power_save module-option value, if a user explicitly sets the module-option then the blacklist is not used. [ added an ifdef CONFIG_PM for the build error -- tiwai] BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104 BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=198611 Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -180,7 +180,7 @@ static const struct kernel_param_ops par }; #define param_check_xint param_check_int -static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT; +static int power_save = -1; module_param(power_save, xint, 0644); MODULE_PARM_DESC(power_save, "Automatic power-saving timeout " "(in second, 0 = disable)."); @@ -2042,6 +2042,24 @@ out_free: return err; } +#ifdef CONFIG_PM +/* On some boards setting power_save to a non 0 value leads to clicking / + * popping sounds when ever we enter/leave powersaving mode. Ideally we would + * figure out how to avoid these sounds, but that is not always feasible. + * So we keep a list of devices where we disable powersaving as its known + * to causes problems on these devices. + */ +static struct snd_pci_quirk power_save_blacklist[] = { + /* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */ + SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0), + /* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */ + SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0), + /* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */ + SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0), + {} +}; +#endif /* CONFIG_PM */ + /* number of codec slots for each chipset: 0 = default slots (i.e. 4) */ static unsigned int azx_max_codecs[AZX_NUM_DRIVERS] = { [AZX_DRIVER_NVIDIA] = 8, @@ -2054,6 +2072,7 @@ static int azx_probe_continue(struct azx struct hdac_bus *bus = azx_bus(chip); struct pci_dev *pci = chip->pci; int dev = chip->dev_index; + int val; int err; hda->probe_continued = 1; @@ -2129,7 +2148,22 @@ static int azx_probe_continue(struct azx chip->running = 1; azx_add_card_list(chip); - snd_hda_set_power_save(&chip->bus, power_save * 1000); + + val = power_save; +#ifdef CONFIG_PM + if (val == -1) { + const struct snd_pci_quirk *q; + + val = CONFIG_SND_HDA_POWER_SAVE_DEFAULT; + q = snd_pci_quirk_lookup(chip->pci, power_save_blacklist); + if (q && val) { + dev_info(chip->card->dev, "device %04x:%04x is on the power_save blacklist, forcing power_save to 0\n", + q->subvendor, q->subdevice); + val = 0; + } + } +#endif /* CONFIG_PM */ + snd_hda_set_power_save(&chip->bus, val * 1000); if (azx_has_pm_runtime(chip) || hda->use_vga_switcheroo) pm_runtime_put_autosuspend(&pci->dev);