mbox series

[0/3] Fixes for avs driver

Message ID 20230113190310.1451693-1-amadeuszx.slawinski@linux.intel.com (mailing list archive)
Headers show
Series Fixes for avs driver | expand

Message

Amadeusz Sławiński Jan. 13, 2023, 7:03 p.m. UTC
First patch fixes problems reported when performing shutdown. Second one
is for a problem reported by LKP. Last one fixes problem reported by
checkpatch.

Amadeusz Sławiński (3):
  ASoC: Intel: avs: Implement PCI shutdown
  ASoC: Intel: avs: Correctly access topology fiels
  ASoC: Intel: avs: Use min_t instead of min with cast

 sound/soc/intel/avs/core.c     | 24 ++++++++++++++++++++++++
 sound/soc/intel/avs/topology.c |  2 +-
 sound/soc/intel/avs/trace.c    |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)

Comments

Cezary Rojewski Jan. 13, 2023, 11:19 a.m. UTC | #1
On 2023-01-13 8:03 PM, Amadeusz Sławiński wrote:
> First patch fixes problems reported when performing shutdown. Second one
> is for a problem reported by LKP. Last one fixes problem reported by
> checkpatch.
> 
> Amadeusz Sławiński (3):
>    ASoC: Intel: avs: Implement PCI shutdown
>    ASoC: Intel: avs: Correctly access topology fiels
>    ASoC: Intel: avs: Use min_t instead of min with cast
> 
>   sound/soc/intel/avs/core.c     | 24 ++++++++++++++++++++++++
>   sound/soc/intel/avs/topology.c |  2 +-
>   sound/soc/intel/avs/trace.c    |  2 +-
>   3 files changed, 26 insertions(+), 2 deletions(-)
> 

Series has been reviewed by me internally before sending, so:

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Mark Brown Jan. 13, 2023, 3:14 p.m. UTC | #2
On Fri, 13 Jan 2023 20:03:07 +0100, Amadeusz Sławiński wrote:
> First patch fixes problems reported when performing shutdown. Second one
> is for a problem reported by LKP. Last one fixes problem reported by
> checkpatch.
> 
> Amadeusz Sławiński (3):
>   ASoC: Intel: avs: Implement PCI shutdown
>   ASoC: Intel: avs: Correctly access topology fiels
>   ASoC: Intel: avs: Use min_t instead of min with cast
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/3] ASoC: Intel: avs: Implement PCI shutdown
      commit: f89d783d68dcc6b2ce4fe3bda972ae0f84df0dca
[2/3] ASoC: Intel: avs: Correctly access topology fiels
      (no commit info)
[3/3] ASoC: Intel: avs: Use min_t instead of min with cast
      (no commit info)

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