From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1EBF0C77B73 for ; Thu, 18 May 2023 22:29:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230378AbjERW3P (ORCPT ); Thu, 18 May 2023 18:29:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230001AbjERW3N (ORCPT ); Thu, 18 May 2023 18:29:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4CFEE56; Thu, 18 May 2023 15:29:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6FF7D651F3; Thu, 18 May 2023 22:29:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0BCCC433D2; Thu, 18 May 2023 22:29:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684448951; bh=X4217yHyojVpL4UeshSX2E5v3ItNUl3PghDPgbLT3uI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=GPTFcUQRKRhu4NNyZe03+4p5+v16R2dXcU8QNZFtMbzvqYxhbDtzHFjuEnqQHzaRe 19rmzAZq0Yw/oZg72KkG00nOFik4XmMK/WoNdEHz2TeksdtEM/OqNehnGNIWFDnIv5 ifkJ/s9oDW5kkPrnFrUvZlhB2mYuXKLYrGSdmACE32zRgkkY+ijXzrEZFpRtw8K/t0 k8pYtYll5xtPl2pe19R9xhjWJh+xlkt/jSPX4owKgyZPl1rd8hN8LnO1lFMgt93vDp kbjb8wj6ljR3BL7Qs1IpXJW+X7EsjfdqqXGu0bNwUQPa2/dKtf5E8kNrShRDGUzZFJ 9SRy5spwM79yA== From: Mark Brown To: alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, lgirdwood@gmail.com, =?utf-8?q?Pawe=C5=82_Anikiel?= Cc: perex@perex.cz, tiwai@suse.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, dinguyen@kernel.org, lars@metafoo.de, nuno.sa@analog.com, upstream@semihalf.com, amstan@chromium.org In-Reply-To: <20230508113037.137627-1-pan@semihalf.com> References: <20230508113037.137627-1-pan@semihalf.com> Subject: Re: (subset) [PATCH v2 0/7] Add Chameleon v3 ASoC audio Message-Id: <168444894844.494451.621381852845902140.b4-ty@kernel.org> Date: Fri, 19 May 2023 07:29:08 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.13-dev-bfdf5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 08 May 2023 13:30:30 +0200, Paweł Anikiel wrote: > The Google Chameleon v3 is a device made for testing audio and video > paths of other devices. This patchset adds support for ASoC audio on > this device. It has two audio sources: HDMI audio from the it68051 chip > (RX only), and analog audio from the ssm2603 chip (RX and TX). > > The patchset adds the ASoC platform and codec drivers, as well as some > changes to the existing ssm2602 codec driver. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/7] ASoC: Add Google Chameleon v3 i2s driver commit: 702648721db590b3425c31ade294000e18808345 [2/7] ASoC: Add Google Chameleon v3 codec driver commit: 61ed303496eb7e18491ee617dec2403f75d5168c [3/7] ASoC: dt-bindings: Add Google Chameleon v3 i2s device commit: 6f2c1e7c2546f9eab0031843fb7346e49ba69102 [4/7] ASoC: dt-bindings: Add Google Chameleon v3 audio codec commit: 580bac2a2c6f7d106be6d0ee0f0f310be49368b3 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark