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 E166FC433FE for ; Thu, 10 Mar 2022 13:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241482AbiCJNlo (ORCPT ); Thu, 10 Mar 2022 08:41:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241052AbiCJNlm (ORCPT ); Thu, 10 Mar 2022 08:41:42 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B017C3DA7A; Thu, 10 Mar 2022 05:40:41 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 5D01E21106; Thu, 10 Mar 2022 13:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1646919640; 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=s0WfDHnB3qQWf1YP5uxdfwdYs8AdzWWU3Bje0Q+7OV4=; b=NAlFcq6v6X84cvG50ghJERg2gd+7VRyccxdqIjUK8tb/V4+tuRfK2ZQ091kkhYR5QjqLci y/ZI7Nkz8X5iG0l76/f19dfW6gaehRPPmeTMLJ0pbNUBIsvZs52aOhwii2Hm96vcWca+YD c7fFVZLnJF973Oj9RoZb9wqOUWODpXA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1646919640; 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=s0WfDHnB3qQWf1YP5uxdfwdYs8AdzWWU3Bje0Q+7OV4=; b=PRGjmFb2jd+ug6p3zxEGQeZVWnB7OHfUFbLnBx0Wb1GAx6oxQhDANgZMiIKRCXvNzxWllb cF/7g5FKY3LoHBAA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 4B8FEA3B87; Thu, 10 Mar 2022 13:40:40 +0000 (UTC) Date: Thu, 10 Mar 2022 14:40:40 +0100 Message-ID: From: Takashi Iwai To: Lucas Tanure Cc: Liam Girdwood , Mark Brown , Rob Herring , Jaroslav Kysela , Takashi Iwai , , , , , Charles Keepax Subject: Re: [PATCH v3 03/16] sound: cs35l41: Move cs35l41_gpio_config to shared lib In-Reply-To: <20220308171730.454587-4-tanureal@opensource.cirrus.com> References: <20220308171730.454587-1-tanureal@opensource.cirrus.com> <20220308171730.454587-4-tanureal@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 08 Mar 2022 18:17:17 +0100, Lucas Tanure wrote: > > ASoC and HDA can use a single function to configure the chip gpios. > > Signed-off-by: Lucas Tanure > Acked-by: Charles Keepax Just use "ALSA:" prefix for the subject instead of "sound:" in case both ALSA HD-audio and ASoC are covered in the patch. thanks, Takashi