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 AD8C8CD37B0 for ; Mon, 18 Sep 2023 15:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229512AbjIRP4A (ORCPT ); Mon, 18 Sep 2023 11:56:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjIRPz5 (ORCPT ); Mon, 18 Sep 2023 11:55:57 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 936D81FC9 for ; Mon, 18 Sep 2023 08:54:44 -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-out2.suse.de (Postfix) with ESMTPS id 160AD1FFAC; Mon, 18 Sep 2023 15:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695052246; 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=Gf5BkZ5IzrW9iwCzUAOZVf+s8scPXOgVMyd4DdHLa60=; b=OjzR0dW4HY3eGKaMsHgysq+7YPs+Ro0AhmcbRLIG5xb+pcQGjI3wpVI+2mqyl0frHCBHX3 qnnddJkSn/CuOlfxRsLySH+ZY4DLnkA8mS6tEwo9OYf89/nwjYX5wLpOqn2p4NbP4oTcXQ yQj1Z9v/kjwkuPLEw21iUN1pp3nt/6k= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695052246; 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=Gf5BkZ5IzrW9iwCzUAOZVf+s8scPXOgVMyd4DdHLa60=; b=Wnrv7YTIwP/OMVi7SfHJpPeyFlc5d196f38dXrfSWwt9ax093mCaMmEG4HG0DDaTxuyV6K x1rsncGCT4YzbABA== 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 D812F13480; Mon, 18 Sep 2023 15:50:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id /UWoM9VxCGUKaAAAMHmgww (envelope-from ); Mon, 18 Sep 2023 15:50:45 +0000 Date: Mon, 18 Sep 2023 17:50:45 +0200 Message-ID: <87o7hzzdii.wl-tiwai@suse.de> From: Takashi Iwai To: Richard Fitzgerald Cc: , , , Subject: Re: [PATCH 0/2] ALSA: hda: cs35l56: Handle speaker id GPIOs In-Reply-To: <20230918095129.440-1-rf@opensource.cirrus.com> References: <20230918095129.440-1-rf@opensource.cirrus.com> 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 Mon, 18 Sep 2023 11:51:27 +0200, Richard Fitzgerald wrote: > > Some manufacturers use multiple sources of speakers. Motherboard > GPIOs are set to indicate which type of speaker is fitted so that > the correct tunings can be loaded. Patch #1 adds support for this > and patch #2 adds a KUnit test for the new code. > > Richard Fitzgerald (2): > ALSA: hda: cs35l56: Add support for speaker id > ALSA: hda: cirrus_scodec: Add KUnit test Applied both patches to for-next branch now. thanks, Takashi