From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-187.mta0.migadu.com (out-187.mta0.migadu.com [91.218.175.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C84C216EB4C for ; Sun, 16 Feb 2025 22:58:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.187 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739746740; cv=none; b=DXMRrDpB3Ia3TCClfF3gj/PkghsKmWhwXbXtlumi5FkUZB1BM8xPcdsZtb/6Z/lmZVyJ50K6Nor6KGvnPU1AVK0X0CCcBgk2K/4PnL0ekFaF51+Dgiw9z6DCNNy3wSDnhID+ao2Ep2rXUxbEYCpHfi8Jco82yWLEXcID5CFb8OM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739746740; c=relaxed/simple; bh=igPFcIAqETZ+TgmghW+VIvY/P4E+wul801/Cgld7s3A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HcjuQo3+Qpm4zDfBT7wKFk4Yx0i58N09arQ/3Hc15YThZV9436Qp+7+1eeMEuw1U9D6f33GLkwklmPJwmEsH98yqSs5OvEqp6YQiV6ftQEyvZMkvEgfQ64sDsP23shkYD3GMB5JpCa0DzLUo1QhLBhW17FYFfy1CKNJANgA1J3I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io; spf=pass smtp.mailfrom=rosenzweig.io; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b=be0TvN1E; arc=none smtp.client-ip=91.218.175.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rosenzweig.io Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rosenzweig.io header.i=@rosenzweig.io header.b="be0TvN1E" Date: Sun, 16 Feb 2025 17:58:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rosenzweig.io; s=key1; t=1739746726; h=from:from:reply-to:subject:subject: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=C/FXzmX2dHrZoHi4o+NcVuNP8PcXZi9MiUagI2/vqQU=; b=be0TvN1EmVBtW2YkSgKuZ/yiYLovqVqiUaVEoJkZ4fTO9CKWzFGE0YqEkTYDZ4xSYHTepl NK1JSjLwP8PDAA1H86rV49gfeX6n7n0IT6XDuz4G1Qwg0CYpsE7iufk1GnIpfdz2aVFIOz 48q3d9NBuP9c4tUI5f2OL7pdWVTXLYUIlgucQfGW9OEf8mTKsgC2cp3A++8r1akcPGz7eA /xJ6/yCljddO7Q2Yhy0hGaAtgAKAPsrnNs47Tth94hZA/N57VgjrrH9bKr3jtnlYazbQnN Aof6kaFHS+mo7NrHlwQXUVjnau7WyRyT12EFf9qgniLRQ9iN+qtj5fWCZ/J8tw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alyssa Rosenzweig To: James Calligeros Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Shenghao Ding , Kevin Lu , Baojun Xu , Dan Murphy , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shi Fu , Martin =?utf-8?Q?Povi=C5=A1er?= , Hector Martin , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, asahi@lists.linux.dev Subject: Re: [PATCH 03/27] ASoC: tas2764: Extend driver to SN012776 Message-ID: References: <20250215-apple-codec-changes-v1-0-723569b21b19@gmail.com> <20250215-apple-codec-changes-v1-3-723569b21b19@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250215-apple-codec-changes-v1-3-723569b21b19@gmail.com> X-Migadu-Flow: FLOW_OUT > config SND_SOC_TAS2764 > tristate "Texas Instruments TAS2764 Mono Audio amplifier" > depends on I2C > + depends on OF Do we want to drop support for !OF configurations? The alternative would be extra #ifdef soup. I don't know if this is a useful build configuration but we should be deliberate about adding the depends.