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 F04E71C5D44; Sun, 3 May 2026 12:11:33 +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=1777810294; cv=none; b=S2G+YCOy3udf95EEtArZr3ORlh3LxlqPDegDHUZT+wcX3ZVq2u8ML96TtpvfJ2AgcKw5ROm22bm/jQfm9oxJ8yt78XsqEmC7PqM3VO3J8wqG59D4J7qtg1R/eq553hsu6zfOqKe768oheOve2GKBBgzrsSmQ4rCp8r0YhZfvrJo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777810294; c=relaxed/simple; bh=jxUMgcbkcksArszPbK0H0q0KV9QPN28u1wNry0icvPI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=i7kSkOV3/zyz7z9u2q8kGFVsYVPV2vt9txccjPu6TRSpVLhMsAGLx6O7WDyMVSfMO4k2mMVypAYeKJFCaIchpBWPUH6aJAeM33Ocsu/u6M6g4amTsuVgVSy2p5MY68HpF3DUaiE8hSp7OXXAPFQ7zWnqztUCPd7Pa2vlZ3pD1Fo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nSKr5iZ4; 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="nSKr5iZ4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44AFBC2BCB4; Sun, 3 May 2026 12:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777810293; bh=jxUMgcbkcksArszPbK0H0q0KV9QPN28u1wNry0icvPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nSKr5iZ4CN3h4mdXGLDlPlvDDCVWEcUVG3tyW14uaG0CcWQaEvkPjshSrmYo6xSLe n2LyYRYrZGsppIfzkDHQ+1wFDmaLaM9tPeY7VLxqgH8yqd2qAbzZ8eg9WA/m8IiQMa 0ChOHFPCtoTUAlcIiVn2A8QAwH27ru3BXX53h1l9o+EECTlISbFvcjTqiAX01+wIsZ 12u1FOJlDiQ3m6NJEUjpJcQmA6d1CXp3YuLgmwBOcCTtNrpl6qd6Sdwl1h1mAxG90t 9nYI6DQNd9WTp51ya9XTa7wwmcwcqrSe5pwpaomNjcOy5iJCmr66o/flKzP/E+Dk1V QTn2AXr1e3tkA== Date: Sun, 3 May 2026 14:11:31 +0200 From: Krzysztof Kozlowski To: Richard Acayan Cc: Srinivas Kandagatla , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jaroslav Kysela , Takashi Iwai , Mohammad Rafi Shaik , Konrad Dybcio , linux-sound@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Nickolay Goppen , Adam Skladowski , Vladimir Lypak , Dmitry Baryshkov , Wesley Cheng , Greg Kroah-Hartman , Johan Hovold , Kees Cook , Charles Keepax , Kuninori Morimoto Subject: Re: [PATCH v4 02/15] ASoC: dt-bindings: qcom: q6dsp: add internal mi2s support Message-ID: <20260503-devout-mamba-of-sorcery-d4ecb2@quoll> References: <20260501153128.8152-1-mailingradian@gmail.com> <20260501153128.8152-3-mailingradian@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=utf-8 Content-Disposition: inline In-Reply-To: <20260501153128.8152-3-mailingradian@gmail.com> On Fri, May 01, 2026 at 11:31:15AM -0400, Richard Acayan wrote: > The internal MI2S ports are found on devices with the internal sound > card for Snapdragon 660. Add support for them. > > Signed-off-by: Richard Acayan > --- > .../bindings/sound/qcom,q6dsp-lpass-ports.yaml | 4 ++-- > include/dt-bindings/sound/qcom,q6dsp-lpass-ports.h | 14 ++++++++++++++ > 2 files changed, 16 insertions(+), 2 deletions(-) Same feedback as last time. DO NOT send next versions, untill you reply or address the feedback. Best regards, Krzysztof