From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta0.migadu.com (out-177.mta0.migadu.com [91.218.175.177]) (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 94228352F86 for ; Tue, 13 Jan 2026 22:29:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768343377; cv=none; b=DEvY9UWscSXeNkhGx2ydXdSGznkHSyycyyY0B8EArtCXpZEBCTLhOrgcp74UKfjwU96m3jmL0EQAHBTmU+oe6hUen0xXAsFTrfV3UaFD39dbaJXVhApXBdrOQVBOQ265kiiNcV7c68nsryMpOOctfPA9UfGYSWvOEhL5WaiJyLU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768343377; c=relaxed/simple; bh=bVhYvNTXF3SlyvcjHWEUmmBFYvLe6ZUBzWb0rR250YM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=NnPz2xamhicGVH/0R/rWIi6VfeREv3O/bMMIAy9zvqXkZHriONNdoLBlKaQAWoCs3T+i6NW01TUDu0STXS+GTL2apcA+KB+a+b/ylOeAhoKGC+Z1/GMk0rtOa1tFzqxvST2A7lSHxhn/zWYQQEIzZrhYTIPmgnpPN8OExzkRUVM= 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=LhQPFxsL; arc=none smtp.client-ip=91.218.175.177 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="LhQPFxsL" Message-ID: <2e1b5ce3-94c8-4e74-9358-aeec57dc7a87@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1768343373; 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=s0jcwHjD7hRI2Iii8S1pM6uCgHZGfw3cbEt/7+4WatY=; b=LhQPFxsLOJOwPfA1AdfZueBhZ+BvmZqEtgy6U+Nuh0pQg3id+QHKlI9VdMzsUA9+k/gaMs wev+jj45oOsxMx67vaVg0StYWYwmNgwS45sbL9Cg8DWpenfL8cyDxm2PKxa9ExZjjeeb+R 7NcQ05PRHPrmoS4s0Fj8hEqv8iVxSWE= Date: Tue, 13 Jan 2026 23:17:17 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 0/2] ASoC: Fix sdw_utils calling wrong codec init callbacks To: Charles Keepax , Richard Fitzgerald , vkoul@kernel.org Cc: broonie@kernel.org, yung-chuan.liao@linux.intel.com, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.cirrus.com References: <20260112140758.215799-1-rf@opensource.cirrus.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: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 1/13/26 12:12, Charles Keepax wrote: > On Mon, Jan 12, 2026 at 02:07:55PM +0000, Richard Fitzgerald wrote: >> This series fixes a problem with soc_sdw_utils.c calling the wrong >> codec init callbacks, because it assumed that the DAI name could be >> used to uniquely identify the codec. This isn't the case, especially >> on SDCA which is a generic driver for many parts. >> >> The second patch is the actual fix. >> The first patch is needed to add a missing export to SoundWire core. >> >> Richard Fitzgerald (2): >> soundwire: Add missing EXPORT for sdw_slave_type >> ASoC: sdw_utils: Call init callbacks on the correct codec DAI >> >> drivers/soundwire/slave.c | 1 + >> sound/soc/sdw_utils/soc_sdw_utils.c | 43 ++++++++++++++++++++++++++++- >> 2 files changed, 43 insertions(+), 1 deletion(-) > > Reviewed-by: Charles Keepax Reviewed-by: Pierre-Louis Bossart It's not obvious from the patchset title that the first patch probably needs Vinod's Acked-by tag