From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x226/WYCoE2uNhCVau7sR2Eisk1fUwVDN+sL/R9OkWqutU/3Gi5sCOgvQ1if+YN/kBFaYEYw9 ARC-Seal: i=1; a=rsa-sha256; t=1516610502; cv=none; d=google.com; s=arc-20160816; b=XEZtUOE4+MYyXCWf1QNJh86OxbrCP/3xRvRfMNIvP2BD19w+arMYpwmCgFMg6zfTlz xQp3wOZrDPsjBvsXs8sEjKC9BYPOrgUYaAzvZ3Uc9YTucoylaXOlgWcnPdePennDF1Po EiRaX8ggOmqUx1ZP3jixX3Gy+OeS22RIRMQwvqydzpTb1ftCZHStrJhoHDgoifTp04gh bCrADrPq9eUWh0Z5yTG60g00gLep28TMbXUCQwli4F9gP0Rde5bU3sHxKwnyD3mlMpXy UeAKk6O5s6mTXCGoZqzUpOAAosDaqIThZ5nWsh/R1nA+pAMbk4vem4Upr4Fk+YZdD1kG l6wg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=9fwgTRnE/+vxk9IF2lK8Qt8GtFuM98Xk2htNvMJDr1Y=; b=QFCjaSMQlnSMukMi58pQllmpbp2VzMlhpsC3Y6jxm/iTqxQ55U3W9N1YsgK66klPn1 VkeRacTGRmedRuhhmRNBolukQSPrG1lRYO3F+MvnwYI+BqMZyhRpDAtsgEtrOYNaU978 1rk0S9rm7pmrgkwIM+ftd88J779KsXa3w0x/NNOFHGP5I6tUaWjByqxZLQ0uhCJN21kF KC4p5fH8HDycprNFS2ebvLBQb7oJhazwPIc/ZWpPxubb/eU09PD7PWM61pIYbJcvJxN/ NVfRG9fub2FGJ06wnvfg/7fGH32VMbYZmElg2UOfFLbaJVRuBbZW2Wub6K0lKtHz+wBG 6otA== ARC-Authentication-Results: i=1; mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning gregkh@linuxfoundation.org does not designate 90.92.71.90 as permitted sender) smtp.mailfrom=gregkh@linuxfoundation.org From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Freaky , Takashi Iwai Subject: [PATCH 4.4 25/53] ALSA: hda - Apply the existing quirk to iMac 14,1 Date: Mon, 22 Jan 2018 09:40:17 +0100 Message-Id: <20180122083911.397824919@linuxfoundation.org> X-Mailer: git-send-email 2.16.0 In-Reply-To: <20180122083910.299610926@linuxfoundation.org> References: <20180122083910.299610926@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-LABELS: =?utf-8?b?IlxcU2VudCI=?= X-GMAIL-THRID: =?utf-8?q?1590281374180876000?= X-GMAIL-MSGID: =?utf-8?q?1590281374180876000?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Takashi Iwai commit 031f335cda879450095873003abb03ae8ed3b74a upstream. iMac 14,1 requires the same quirk as iMac 12,2, using GPIO 2 and 3 for headphone and speaker output amps. Add the codec SSID quirk entry (106b:0600) accordingly. BugLink: http://lkml.kernel.org/r/CAEw6Zyteav09VGHRfD5QwsfuWv5a43r0tFBNbfcHXoNrxVz7ew@mail.gmail.com Reported-by: Freaky Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_cirrus.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c @@ -408,6 +408,7 @@ static const struct snd_pci_quirk cs420x /*SND_PCI_QUIRK(0x8086, 0x7270, "IMac 27 Inch", CS420X_IMAC27),*/ /* codec SSID */ + SND_PCI_QUIRK(0x106b, 0x0600, "iMac 14,1", CS420X_IMAC27_122), SND_PCI_QUIRK(0x106b, 0x1c00, "MacBookPro 8,1", CS420X_MBP81), SND_PCI_QUIRK(0x106b, 0x2000, "iMac 12,2", CS420X_IMAC27_122), SND_PCI_QUIRK(0x106b, 0x2800, "MacBookPro 10,1", CS420X_MBP101),