From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (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 D573C44D039 for ; Wed, 6 May 2026 12:47:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778071644; cv=none; b=VQmDwlwd3EpiOcPhjJEbn2IciPwuxPY0lzISRKd3R5gUkniE+v8csRQlbXVTNKDhhEFYryMz5gkWUUTOMMJj7Y0P6Xg9v2jhVnuVqFC3KbjGmfCXi61q6Dj8plYkgeOoQLa7v5/7xEOVctckstDrMIHORrcF63i2a8zy165a384= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778071644; c=relaxed/simple; bh=IE6Rjvj4+N6Yes9GE5wwFUeUxlLk0SW8zuKWT0UTt/8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=oWFjVlUqhuTZJDm+/JXRWZieehtkZvDdu1vsw2Pe7SEhSg2EaajogcEEapex86O+RkTmpIcQdzPWvcFPrlYF3Cp/e62Cyjky1TRPAKZvnqcNeu05I1asQ+hgbAw6Q76Fuxrmzlw2kYtkszyRtQ0b0P0qXWz36CqIZxuz8pwbQj0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=DSLgbBoM; arc=none smtp.client-ip=91.218.175.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="DSLgbBoM" Message-ID: <9c0c1749-aaea-427d-a3c5-76174efa1102@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1778071634; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jKUB0OUtdWSf8ugGZAt5RcLMjIri22U11y8H/0X4OLM=; b=DSLgbBoMBLPFe5pUstguXRncVBTCitzrlHfRqyovIQM4/VYcFYDYTYO/lqtVigDJa4dhs5 WuFg12HilNdABM5eMuGIevG53m+MSsGuE7Amovjje+I0M5Ic6GYs0i0zdQcHm2zQnYMsqo IwgdlXtAfzl8CrfYUaZ+/f3K2R+VrIU= Date: Wed, 6 May 2026 14:46:22 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v16 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver To: Niranjan H Y , linux-sound@vger.kernel.org Cc: linux-kernel@vger.kernel.org, broonie@kernel.org, ckeepax@opensource.cirrus.com, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com, cezary.rojewski@intel.com, peter.ujfalusi@linux.intel.com, yung-chuan.liao@linux.intel.com, ranjani.sridharan@linux.intel.com, kai.vehmanen@linux.intel.com, baojun.xu@ti.com, shenghao-ding@ti.com, sandeepk@ti.com, v-hampiholi@ti.com References: <20260505111806.2280-1-niranjan.hy@ti.com> <20260505111806.2280-3-niranjan.hy@ti.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Pierre-Louis Bossart In-Reply-To: <20260505111806.2280-3-niranjan.hy@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 5/5/26 13:18, Niranjan H Y wrote: > Add codec driver for tac5xx2 family of devices. > This includes the support for > 1. tac5572 - DAC, PDM, UAJ and HID > 2. tas2883 - Amplifier with DSP > 3. tac5672 - Similar to tac5572 with feedback > 4. tac5682 - Similar to tac5672 with Amplifier DSP. > > Signed-off-by: Niranjan H Y Reviewed-by: Pierre-Louis Bossart