From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kirill Marinushkin Subject: Re: [PATCH v3 0/2] ASoC: topology: Improve parsing hw_configs Date: Mon, 2 Apr 2018 23:17:42 +0200 Message-ID: <17f0767a-2dea-92dd-a88e-a3f3e670d0d2@gmail.com> References: <20180327205632.3677-1-k.marinushkin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180327205632.3677-1-k.marinushkin@gmail.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Pierre-Louis Bossart Cc: Jaroslav Kysela , Takashi Iwai , Mark Brown , Pan Xiuli , Liam Girdwood , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hello Pierre-Louis, I explicitly clarified with Takashi: to have this patch series merged, we need a tag "Reviewed-by" from you. Patches [2] and [5]: You already tested them. May I put a tag "Reviewed-by" with your name into them? Patches [3] and [6]: Those are new for you; I added them to this patch series, because they are logically similar to [2] and [5]. Could you please review these patches? Best Regards, Kirill [1] [PATCH v3 0/2] ASoC: topology: Improve parsing hw_configs [2] [PATCH v3 1/2] ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() [3] [PATCH v3 2/2] ASoC: topology: Add missing clock gating parameter when parsing hw_configs [4] [PATCH, alsa-lib, v3 0/2] alsa-lib: ASoC: topology: Improve parsing hw_configs [5] [PATCH, alsa-lib, v3 1/2] ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() [6] [PATCH, alsa-lib, v3 2/2] ASoC: topology: Add missing clock gating parameter when parsing hw_configs On 03/27/18 22:56, Kirill Marinushkin wrote: > Hello Jaroslav, Takashi, Mark, > > This patch series is a resend of [1] and [2], rebased on top of the latest > head. It was logical to resend them together. > > It includes 2 patches for linux + 2 patches for alsa-lib. > > Please have a look. > > Best Regards, > Kirill > > [1] https://patchwork.kernel.org/patch/10250485/ > [2] https://patchwork.kernel.org/patch/10230611/ > > Kirill Marinushkin (2): > ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() > ASoC: topology: Add missing clock gating parameter when parsing > hw_configs > > include/uapi/sound/asoc.h | 23 ++++++++++++++++++++--- > sound/soc/soc-topology.c | 19 ++++++++++++++----- > 2 files changed, 34 insertions(+), 8 deletions(-) >