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 0493A1C3BEB; Thu, 10 Apr 2025 05:59:01 +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=1744264742; cv=none; b=CfeeebpdG/oO4SVcKrlIID+HpmDh0htrl98g51iKOCMyJi8aQE6TeLVYxtghF6B3Y0Bg/iCipZVXhNBrvASHPyyN58vAPALSlGm42OuvS28usA0fCK+9NSCbgbnRc8aZ/xKvBBN4WADZPfMNT/DeoVH07zfijYd04jlsSfN3n/I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744264742; c=relaxed/simple; bh=R82zvc4UByRSYaU6yirttXWHx1OZxM0W1b4gSccb2K4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uK/laiZF5c1FPHk3d2fYH3BCYie7Km4gAA+o4QZ6+d1GMEzuXHIQrAxpWXbD4weFKmRHbfRyIt2Oi/qdap4YK6olxm1FAVQmvG1xY5dbAFE4JXw9ToFIoXYjhSMgwb8STNn9tLzfX+qo9a8PPHxXqvvbcFvn6ETZdWBmWmjlBnI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ITKeJONK; 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="ITKeJONK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2BE9C4CEDD; Thu, 10 Apr 2025 05:59:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744264741; bh=R82zvc4UByRSYaU6yirttXWHx1OZxM0W1b4gSccb2K4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ITKeJONKRdNaKQB6Uid4gIvO4M4EnSlwh7V6RNH9MquMFXzpOSnTTnbqSsBclc7D/ IYMH7Tynx+X/Hgu8TkAkLEYuv0H5qSZQA+7BWncVo+Knb91kAXFxIMiHIzqBVr8FGB FCYcUqICQfogpq7xfHIYATgEOua7VhomZ5YnukwSEOLDiPEWG1ZPQllG6FFqeB/8cu wR7ji/Y8ePNDa+OK9jTHMzNSSXrOqXnLPmhfLGzCNO058j8edct/fLOjONC8KiW7G1 wVXDhYDg4TUKhprJI6bLLj4zj2gtFGk+onWukFbVhYGoP7Ztarc9k7FcNM47PG7vI5 Qb8zd0oo2+k3Q== Date: Thu, 10 Apr 2025 07:58:58 +0200 From: Krzysztof Kozlowski To: Keguang Zhang Cc: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jaroslav Kysela , Takashi Iwai , linux-mips@vger.kernel.org, linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/4] ASoC: dt-bindings: Add Realtek ALC203 Codec Message-ID: <20250410-merciful-hypnotic-lorikeet-ee1e28@shite> References: <20250409-loongson1-ac97-v2-0-65d5db96a046@gmail.com> <20250409-loongson1-ac97-v2-2-65d5db96a046@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: <20250409-loongson1-ac97-v2-2-65d5db96a046@gmail.com> On Wed, Apr 09, 2025 at 06:29:32PM GMT, Keguang Zhang wrote: > Add devicetree binding document for Realtek ALC203 codec. > > Signed-off-by: Keguang Zhang > --- > .../devicetree/bindings/sound/realtek,alc203.yaml | 36 ++++++++++++++++++++++ > 1 file changed, 36 insertions(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof