All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Kirill Marinushkin <k.marinushkin@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.de>,
	Pan Xiuli <xiuli.pan@linux.intel.com>,
	linux-kernel@vger.kernel.org,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>
Subject: Re: [alsa-devel] [PATCH v4 0/3] ASoC: topology: Improve hw_configs
Date: Wed, 4 Apr 2018 13:57:12 -0500	[thread overview]
Message-ID: <1ff8e154-e76f-b57a-cd79-cd42fdecf92b@linux.intel.com> (raw)
In-Reply-To: <20180404041939.23317-1-k.marinushkin@gmail.com>

On 4/3/18 11:19 PM, Kirill Marinushkin wrote:
> Hello Mark,
> 
> This patch series waits since 20th of February, because it modifies UAPI headers
> and should be done in sync with ALSA. I see that previously there was no clear
> understanding, how to do this in sync.
> 
> Two days ago I discussed with Takashi, and he suggested the following steps:
> 
> Step 1. A person from Intel, who knows the topic (Pierre), adds his
> "Reviewed-by" or "Acked-by" tags
> Step 2. I clarify with you to apply the Linux part (this patch series)
> Step 3. After that, I clarify with Takashi to apply the ALSA part (it is ready,
> but not sent untill we apply the Linux part)
> 
> The step 1 is done. Old patches are reviewed by Pierre, so they have his
> "Reviewed-by" tag. New patches are suggested by him, and we agreed on the
> implementation, so they have his "Acked-by" tag.

I just checked all the patches one more time and I am indeed good with 
the changes
Thanks Kirill for clarifying those misleading settings in 
backwards-compatible ways and indirectly helping on our SOF work.

> 
> Now we are on the step 2. If you don't have anything against this patch series,
> please apply it to Linux.
> 
> Best Regards,
> Kirill
> 
> Kirill Marinushkin (3):
>    ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
>    ASoC: topology: Add missing clock gating parameter when parsing
>      hw_configs
>    ASoC: topology: Add definitions for mclk_direction values
> 
>   include/uapi/sound/asoc.h | 29 +++++++++++++++++++++++++----
>   sound/soc/soc-topology.c  | 19 ++++++++++++++-----
>   2 files changed, 39 insertions(+), 9 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Kirill Marinushkin <k.marinushkin@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>,
	alsa-devel@alsa-project.org,
	Pan Xiuli <xiuli.pan@linux.intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/3] ASoC: topology: Improve hw_configs
Date: Wed, 4 Apr 2018 13:57:12 -0500	[thread overview]
Message-ID: <1ff8e154-e76f-b57a-cd79-cd42fdecf92b@linux.intel.com> (raw)
In-Reply-To: <20180404041939.23317-1-k.marinushkin@gmail.com>

On 4/3/18 11:19 PM, Kirill Marinushkin wrote:
> Hello Mark,
> 
> This patch series waits since 20th of February, because it modifies UAPI headers
> and should be done in sync with ALSA. I see that previously there was no clear
> understanding, how to do this in sync.
> 
> Two days ago I discussed with Takashi, and he suggested the following steps:
> 
> Step 1. A person from Intel, who knows the topic (Pierre), adds his
> "Reviewed-by" or "Acked-by" tags
> Step 2. I clarify with you to apply the Linux part (this patch series)
> Step 3. After that, I clarify with Takashi to apply the ALSA part (it is ready,
> but not sent untill we apply the Linux part)
> 
> The step 1 is done. Old patches are reviewed by Pierre, so they have his
> "Reviewed-by" tag. New patches are suggested by him, and we agreed on the
> implementation, so they have his "Acked-by" tag.

I just checked all the patches one more time and I am indeed good with 
the changes
Thanks Kirill for clarifying those misleading settings in 
backwards-compatible ways and indirectly helping on our SOF work.

> 
> Now we are on the step 2. If you don't have anything against this patch series,
> please apply it to Linux.
> 
> Best Regards,
> Kirill
> 
> Kirill Marinushkin (3):
>    ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
>    ASoC: topology: Add missing clock gating parameter when parsing
>      hw_configs
>    ASoC: topology: Add definitions for mclk_direction values
> 
>   include/uapi/sound/asoc.h | 29 +++++++++++++++++++++++++----
>   sound/soc/soc-topology.c  | 19 ++++++++++++++-----
>   2 files changed, 39 insertions(+), 9 deletions(-)
> 

  parent reply	other threads:[~2018-04-04 19:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-04  4:19 [PATCH v4 0/3] ASoC: topology: Improve hw_configs Kirill Marinushkin
2018-04-04  4:19 ` Kirill Marinushkin
2018-04-04  4:19 ` [PATCH v4 1/3] ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format() Kirill Marinushkin
2018-04-04  4:19   ` Kirill Marinushkin
2018-04-04  4:19 ` [PATCH v4 2/3] ASoC: topology: Add missing clock gating parameter when parsing hw_configs Kirill Marinushkin
2018-04-16 16:52   ` Mark Brown
2018-04-16 17:56     ` [PATCH] ASoC: topology: Modify clock gating parameter parsing to switch Kirill Marinushkin
2018-04-16 18:46       ` Applied "ASoC: topology: Modify clock gating parameter parsing to switch" to the asoc tree Mark Brown
2018-04-16 18:46         ` Mark Brown
2018-04-04  4:19 ` [PATCH v4 3/3] ASoC: topology: Add definitions for mclk_direction values Kirill Marinushkin
2018-04-16 17:15   ` Applied "ASoC: topology: Add definitions for mclk_direction values" to the asoc tree Mark Brown
2018-04-16 17:15     ` Mark Brown
2018-04-04 18:57 ` Pierre-Louis Bossart [this message]
2018-04-04 18:57   ` [PATCH v4 0/3] ASoC: topology: Improve hw_configs Pierre-Louis Bossart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ff8e154-e76f-b57a-cd79-cd42fdecf92b@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=k.marinushkin@gmail.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    --cc=xiuli.pan@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.