Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp804549imm; Mon, 21 May 2018 14:49:02 -0700 (PDT) X-Google-Smtp-Source: AB8JxZouUMOGmaVDiZ5cea2cTF9go+1QndvtNn2tQUWQ3uWLG9+8PDi/zJt94hrTOw9TYiHWyiCY X-Received: by 2002:a65:41cd:: with SMTP id b13-v6mr16724218pgq.72.1526939342627; Mon, 21 May 2018 14:49:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526939342; cv=none; d=google.com; s=arc-20160816; b=oqCG7aZ1XfH2oHyFNRr5wWIO/dz5M/OozjL9WwsIEUHKKCHtjtnFrXibbHYs6rcjBW Pw2wSFx+DlvT7E9vfCqSyX/ce+0RygxeaojbdPtTF3AcJQu+Wt0v32pI5ecPzMdwsDfb 3rU2B4KdJAWMCqIwSUz8j0nUiZGOBe4vpy8kLpjjTAbQzzyf7cvrNJUOO9MH9B0A/Jc6 sTCZYSKxtEOJz6N+2lqRatFnZRzAWunqpZmEpsaZgW2De6sX+AmPFWVpSObSPfhStPPc DMi2QYmalT58s1r6yAzahT/YcW+ndp4Wy0aeBNdJN9mFXIoI1IRebRRSeaRTzmTCyWzo mBAQ== 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:dkim-signature :arc-authentication-results; bh=Hiy7TRGkPAC169D+JfLnUsqRwMQU2OwK3r7ggR87GlM=; b=c9ODd/WkIIrNXfblkMvEyTvMzXpdTYgEmiKFLboaP5lnIsca2Hwd7KIAlGSK15jp9w +GzMxNxuKmq81mk9Nx6VJouIz8Yv074bqiMjjdL7/P2imwY2i4bfNe2cy0grq3CT/+Cf Srx90Cvuxws1lXnzqZqjAWNn+ckjy8/jXfzZPfUN0YcBH3z3AtX1jR1XBbKHArjOFMyb FH76SEYdZRXWkDNdPgT14tHqNvvvcvN/m6I1V7sCnywv8Vsa8HVwA9hmZ071138Th92Q 37IK5Ka0gn+PMaak+Sx1xhKp1H0Yh13p+kvJ78IjqM9OiVhYRa5c/YLW7YekdBktMQe6 BF6w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=iijOfl+4; 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 f7-v6si11993275pgc.320.2018.05.21.14.48.47; Mon, 21 May 2018 14:49:02 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=iijOfl+4; 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 S1754338AbeEUVXh (ORCPT + 99 others); Mon, 21 May 2018 17:23:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:38390 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754149AbeEUVXe (ORCPT ); Mon, 21 May 2018 17:23:34 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0D5FF2075C; Mon, 21 May 2018 21:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1526937812; bh=btqlYfj2wTqtHF9S+xDt7BDHRXuvo0nUSScilPGFwZA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iijOfl+4UKPODZKpb4sQ8EmBa81fHVLNpWkgbUcDK4WkMiWWLwuQk9eL6cNt9wyN+ zvahAYYcN7d9Yv0frhJnqiMqt5+iaM83QgoWTG4JRwD0sNfhwUhJKryzcrzMcOHHld wZcmPBNdMJqIL4ygyksh7fJ963f2TrS9k26y2TM4= 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.16 009/110] ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist Date: Mon, 21 May 2018 23:11:06 +0200 Message-Id: <20180521210504.743182997@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180521210503.823249477@linuxfoundation.org> References: <20180521210503.823249477@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.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans de Goede commit c8beccc19b92f5172994c0732db689c08f4f98e5 upstream. Power-saving is causing loud plops on the Lenovo C50 All in one, add it to the blacklist. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1572975 Signed-off-by: Hans de Goede Cc: Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 2 ++ 1 file changed, 2 insertions(+) --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2208,6 +2208,8 @@ static struct snd_pci_quirk power_save_b 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.redhat.com/show_bug.cgi?id=1572975 */ + SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0), /* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */ SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0), {}