From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=ellerman.id.au header.i=@ellerman.id.au header.b="NrtdkBBs" Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 667CA189 for ; Wed, 22 Nov 2023 16:22:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1700698930; bh=M5GDyE4zSQHOMo2VmEGb9eJcwSsa+CIf5IyoPYCZygg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=NrtdkBBs015WyelROXUBRNgCnLIY6y49tPIx5poCTLUzO6lSBg0XPb09wKF0e9ls8 3HRRMFU+c496ylfCFx8L0CsJ0Bqw8zQvgEdN7LAYDlyvX7lcYoilEDVIX+ZKWKG+BD 9lobJYHa2i9iecS6QXHAf0rOhx4mqUjyrlb0Ff3evLSLFa0dM1aZ/k2dBIc+5v577Z DSUXn5/q04RF7KyPazlXG3sW3EeCZTV85iBJa+SciiMYz+C4241fXmm3OnLuklz61n Avp0X4UQ5uo/MejgVOB932Vz1GNvmB1TUWBca7fMR7gcSLO8EGTV/QrZbTEIbCizyj 0zJF4jegbfWhA== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4SbJhc08sZz4x1p; Thu, 23 Nov 2023 11:22:07 +1100 (AEDT) From: Michael Ellerman To: Mark Brown Cc: shengjiu.wang@gmail.com, Xiubo.Lee@gmail.com, festevam@gmail.com, nicoleotsuka@gmail.com, james.schulman@cirrus.com, david.rhodes@cirrus.com, rf@opensource.cirrus.com, linuxppc-dev@lists.ozlabs.org, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-sound@vger.kernel.org, patches@opensource.cirrus.com, paul.gortmaker@windriver.com Subject: Re: [PATCH 2/2] ASoC: cs4270: Remove unused codec In-Reply-To: References: <20231122062712.2250426-1-mpe@ellerman.id.au> <20231122062712.2250426-2-mpe@ellerman.id.au> Date: Thu, 23 Nov 2023 11:22:07 +1100 Message-ID: <877cm9s4i8.fsf@mail.lhotse> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Mark Brown writes: > On Wed, Nov 22, 2023 at 05:27:12PM +1100, Michael Ellerman wrote: >> The only driver to enable SND_SOC_CS4270 was SND_SOC_MPC8610_HPCD, which >> was dropped in the preceding commit. Remove the codec as unused. > > There's no real overhead from having extra drivers and we do have > generic drivers that people can attach CODECs to. OK. I have no idea how sound works, I was just cleaning things up. So whatever you think is best. cheers