Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2049517pxu; Fri, 18 Dec 2020 04:26:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJxTbSO3pu7MgRqRYJNE93wIAk9QkL6frPPKAnp8u+wdrOzCHR8RawArxpN+nnyFnke0zm6y X-Received: by 2002:a17:906:fa88:: with SMTP id lt8mr3813863ejb.408.1608294369836; Fri, 18 Dec 2020 04:26:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608294369; cv=none; d=google.com; s=arc-20160816; b=OmwTWV0RMD6rL0WGuDPY1uThTpTIPQwj5PhO8nupFQAUsrQZwzQh3qMd5mcNN8BGvy /MVGZIG008029OU72Z9E9vaSlC7fgj+tOaNSbnOKKW2Zvr7wZavaVY3BPiKKg57ADRKk Yg0Srlm3650Rh4JEtnpXmW0yL6rQXMj2lLU8nRZXSOg5km1A78COvmpVGBehL52ps+Vz r9oCKpRzTEKsZ0qCRzrykigNNXkQmOHC4P2yVLQWKahpmIgLrnykOH5UbeyYTDe+Rxyd guUCvhyzE1zI84pNADFcoifoUF2TgYtqdvQS+mBvGNmZt2PBTlccvVRKDSCO8Y28OQUz RH+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=uF45zFLxNzUofZXIJatoLbsHjrAcBfhkYNhqOT79820=; b=Jn/ip8fqUvTTBQnCIcYhfWuEoY+FAbaXbMVGdFgXOcLkPuhBriAFTAFn9jcSuuoNDJ TKPD0eAt6PKyqtRQeje1Qb8NFrbSozAilOKUYM4DJwonG583J/aKrV4VfDI8+qsa4kCm VAjXLkT2cYcYWlzSF9f2m5xLDXasEZNDvOiOiNNCgwTmfvoLria7FNJvzh0Ch14tEeCJ 1moNXsZxgM4m9EIfusFN0gebMR1K80iqCkpE+NlHJpuGCeuqIZ/eqINDB6wVOh7wn0Md EtwkrjChG0od72krP8hYlPP8vOCK6uNORga6RGyfykt2IRPGq17TA/sjNLhERFx2Ggmu Tjzw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m8si4558480ejr.206.2020.12.18.04.25.47; Fri, 18 Dec 2020 04:26:09 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726339AbgLRMRp (ORCPT + 99 others); Fri, 18 Dec 2020 07:17:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:57838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbgLRMRp (ORCPT ); Fri, 18 Dec 2020 07:17:45 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Liam Girdwood , Jerome Brunet Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-amlogic@lists.infradead.org, Kevin Hilman In-Reply-To: <20201217150834.3247526-1-jbrunet@baylibre.com> References: <20201217150834.3247526-1-jbrunet@baylibre.com> Subject: Re: [PATCH] ASoC: meson: axg-tdmin: fix axg skew offset Message-Id: <160829377018.10885.1833310761978739911.b4-ty@kernel.org> Date: Fri, 18 Dec 2020 12:16:10 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Dec 2020 16:08:34 +0100, Jerome Brunet wrote: > The signal captured on from tdm decoder of the AXG SoC is incorrect. It > appears amplified. The skew offset of the decoder is wrong. > > Setting the skew offset to 3, like the g12 and sm1 SoCs, solves and gives > correct data. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: meson: axg-tdmin: fix axg skew offset commit: a84dfb3d55934253de6aed38ad75990278a2d21e 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