From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 AF169355F46 for ; Thu, 30 Apr 2026 08:15:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777536946; cv=none; b=a85a8onlWLZJI+R7DPd+LGlmWZ179KVHIGZJOTHSSt/XPZUcNXmPW+DO44SRweDyKctfFLKwSs1KzpVRQRdSt5j8pIevODfMY4vnSY2BRS28mZ/o+OrOvfIJ6ChfxmWpgTQ7CzIRO1lG7QSyT9ppt91iuaBEFbV0xoTSy+scK+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777536946; c=relaxed/simple; bh=5nKvUHZ18phJczvz3/OzHed68jejBdxG9lmgZnIuUnA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=N4VXlojKfwaDPyX+htIxDPUW0yrkrNEpwP821iDQ8Uyc3CYqN78UrXCXZ+DMUVbmQSkjmLGlx+GAl2BRNbdbfuPGybgiuEf7t5qk4uzRiWg5BNousFQlqE6mnBuoA4LHVFkaJhUPqEUg4O52hZYC3UwbMlhNfUXwdALZ2zcaj0c= 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=qmficIZD; arc=none smtp.client-ip=91.218.175.178 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="qmficIZD" Message-ID: <389f14b7-77ef-41c2-9bb3-8b0ec786ef5e@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777536942; 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=2LbHZkj4cXCgkb8qwo8+UdRFEzKvc7thZBFWDIuoNYw=; b=qmficIZD/FZqFoptNsn9PrDQDzWucBmeOsm3YUjOSFnL2pL1G+OIlDK5u1AxsaOfwOsoug YjkUBF3v84MEkZj6IpxoMjMboYHq34bIFoit+DZSyU3PNhBkSbQmIsLCatYy/TJhmBGsrF xh4Cnc3yYtay7LHHg1/ZwAIGeU8NBRs= Date: Thu, 30 Apr 2026 10:13:49 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v12 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: <20260428162911.2372-1-niranjan.hy@ti.com> <20260428162911.2372-2-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: <20260428162911.2372-2-niranjan.hy@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/28/26 18:29, 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 please check my comments on v11, you still have issues with pm_runtime and set_jack. Thanks