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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75AC1C19F2D for ; Thu, 11 Aug 2022 05:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233847AbiHKFmg (ORCPT ); Thu, 11 Aug 2022 01:42:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232987AbiHKFmd (ORCPT ); Thu, 11 Aug 2022 01:42:33 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F0B865563 for ; Wed, 10 Aug 2022 22:42:33 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5C588386FE; Thu, 11 Aug 2022 05:42:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1660196551; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZZ7n64d6BSjvSsfGjkEFwCEos9wPH9fs0blTqRRuxSg=; b=UV6dTL63HySMHgTPkgrmvLX+AEkN5HLphU9+Bx4oJzcSLpwwkyBhhy5dKlCm7b9EtQ0Alh Q6vndoM5jPdEf2hM+n4b06T9kvrrat1F4CFCtQED9IiyqXHnfijSI6znmjVYVT2xssGiJz G4qyAWruWsyfiZ++eDlbV0N/3NpFv1M= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1660196551; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZZ7n64d6BSjvSsfGjkEFwCEos9wPH9fs0blTqRRuxSg=; b=C5CelYMCHc/69dKHg/GEJvUBrHtSnOqxZ0YGJdGihlpKn8sDdnRxzquXXMw+pshIjAKSbK FbNThOwVrYPdeeBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2BA5013A89; Thu, 11 Aug 2022 05:42:31 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4qGRCMeW9GLSDgAAMHmgww (envelope-from ); Thu, 11 Aug 2022 05:42:31 +0000 Date: Thu, 11 Aug 2022 07:42:30 +0200 Message-ID: <87a68buyih.wl-tiwai@suse.de> From: Takashi Iwai To: Allen Ballway Cc: LKML , Jaroslav Kysela , Lucas Tanure , Takashi Iwai , Vitaly Rodionov , alsa-devel@alsa-project.org Subject: Re: [PATCH] ALSA: hda/cirrus - support for iMac 12,1 model In-Reply-To: <20220810152701.1.I902c2e591bbf8de9acb649d1322fa1f291849266@changeid> References: <20220810152701.1.I902c2e591bbf8de9acb649d1322fa1f291849266@changeid> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Aug 2022 17:27:22 +0200, Allen Ballway wrote: > > The 12,1 model requires the same configuration as the 12,2 model > to enable headphones but has a different codec SSID. Adds > 12,1 SSID for matching quirk. > > Signed-off-by: Allen Ballway Thanks, applied now with a minor modification to re-arrange the entry in the SSID order. Takashi