From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Google-Smtp-Source: AH8x226ipZpkdt8lVnmdcpvvfqFb+H0iCriqvrTZEf3n2tTCEI69DK7DUv7t/AljN1VLtYkjw3fJ ARC-Seal: i=1; a=rsa-sha256; t=1517257043; cv=none; d=google.com; s=arc-20160816; b=jY5shKnw3X1U1LmWnqbXq+BVXUk2wWzjVeHqkdh8XJjyqBPyobkX1lAmlo3Ar6kaRK WdFwGFNTdIqiF8YWlcefy8XztPRkkNOfnV0YoNe9QZ2ra+diLsPlyhuZaj/CN1/wY9DU YQzisaGz4uhutVJXfjg4Gf6qngICvbLCA941UKU0o758DN98YS9z4WobQoRDUmOFtGvv 5q34M3Qg+pq4Y7wShHYx4lSA77Gs2HY5IP162NHynq4fwmuIfVjf4N5o3x6S2DskhU78 nmSMmLUDNHSKlYqQGhoS7ZnNJCvTArl2i+GXs+uFf6b/Y0O4ZNqU31CjUvz4TfKpDy/H zIeQ== 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=hJseU5pTK5o78bGr/5dqkqkcewq1qFBdwjrHfFylruU=; b=nOvUFjyk60fDHH0xr9uJOmHei2dXvBcQOCeu7iclm/QDbvjkWbBNwe8TYo7rOw5uvs LhJGYVRIKcMk7faF7HeH8eokEpqfktepbm4JLjVSRfczExUM3LvgFqR31ExatV17GuUA Jykp+WdZ1uY0e3mc8S7GNLOLpJkpHgKSNpUeWvPWqv5sNuSel5WZY8Tt2evEmvk8QxsD Ppde7/IOeYNLyuLpOzd8MudYclIssOXFneCkeR+k1BQyLxMSs0da2ySGjZvwoQcaskAn 7lLtXeR32qZTUop5r2QjH8WGgf/irMoi9RUF7dqASQFA+UF2VJcWeftT+uNZGgDb5gSK bnTw== 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 3.18 05/52] ALSA: hda - Apply the existing quirk to iMac 14,1 Date: Mon, 29 Jan 2018 13:56:23 +0100 Message-Id: <20180129123628.426135498@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180129123628.168904217@linuxfoundation.org> References: <20180129123628.168904217@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?1590959321544206794?= X-GMAIL-MSGID: =?utf-8?q?1590959321544206794?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: 3.18-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 @@ -394,6 +394,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),