From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B9BB41D5AD9; Mon, 6 Jan 2025 07:30:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736148654; cv=none; b=P+8e7SbwC1YQvKh7io7kJdNHWP9uLamZ4EhVVPlv+hD+M25cxKLIUwPXC3Sx4k6ZKLd13lGV6uZcHaXaBr51ruRLItYfFkqSjA7aZTxVBMFY2U055nbAtyEhvgme+m+5vWnT135cA6AeJ5Xu9lJSQR6B2QeKVrOcibX6P2p0Rb4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736148654; c=relaxed/simple; bh=A8umhNsnc1N31R4JnrNUjdXvYxI5v8Z8pxqxlPAWkv8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oo+UjQwK3PTPKXd4PvanYoWpvwAIFrZ8oHu76BZvTS9Zug1uMorIf9JLPc0alouavOX33TRbUL6FramUSOEsx3mgUhJ99DIAAIiSztOm9ErfqWkps/nlTq0jVEXExFzfP4Y9BeLg17LhdEI28P9KFq+sTxoj/w89ZpxHYRfs888= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iRUW3ALS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iRUW3ALS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C444C4CEDF; Mon, 6 Jan 2025 07:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736148654; bh=A8umhNsnc1N31R4JnrNUjdXvYxI5v8Z8pxqxlPAWkv8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iRUW3ALSJsxYGHqKLeYLthPh0D30E3O6H/V3Hb2JBUE0/tphpytB0L1u3fl98TMQE k+kyk5QsOTg6tNebQ/afu/4pw+Xi4QLuCxSWygApOkUYENbRTGgZbqK0Gc0VGkUoUz Wu6KFXSoJk8CChkN7ypfl9QEHwa76lAypPMKesF6QwbokZEriI80Vm/1siOvWzJs0S v2u2rnjZMz6+66wMycItRjMqTA/Y60XdXTggHdCoCPKTHReQTEqMrZbzDTm+L+T8Gq wEmSSzxGcs8n974lVt7bR4jhqYqZuHDdUST7OqE2g4XA6pXMH4vYLUnBA/rLAScQ11 gnhRalc3gI6/Q== Date: Mon, 6 Jan 2025 13:00:49 +0530 From: Vinod Koul To: Mohammad Rafi Shaik Cc: Srinivas Kandagatla , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bard Liao , Jaroslav Kysela , Takashi Iwai , Pierre-Louis Bossart , Sanyog Kale , linux-arm-msm@vger.kernel.org, linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, quic_pkumpatl@quicinc.com, kernel@quicinc.com Subject: Re: [RESEND v5 3/4] soundwire: qcom: Add set_channel_map api support Message-ID: References: <20250103055914.1835943-1-quic_mohs@quicinc.com> <20250103055914.1835943-4-quic_mohs@quicinc.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: <20250103055914.1835943-4-quic_mohs@quicinc.com> On 03-01-25, 11:29, Mohammad Rafi Shaik wrote: > Added qcom_swrm_set_channel_map api to set the master channel mask for > TX and RX paths based on the provided slots. > > Added a new field ch_mask to the qcom_swrm_port_config structure. > This field is used to store the master channel mask, which allows more > flexible to configure channel mask in runtime for specific active > soundwire ports. > > Modified the qcom_swrm_port_enable function to configure master > channel mask. If the ch_mask is set to SWR_INVALID_PARAM or is zero, > the function will use the default channel mask. Acked-by: Vinod Koul -- ~Vinod