mbox series

[0/5] ASoC: meson: aiu: fixups

Message ID 20200214131350.337968-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series ASoC: meson: aiu: fixups | expand

Message

Jerome Brunet Feb. 14, 2020, 1:13 p.m. UTC
This patchset fixes some mistakes which slipped through my initial
submission.

Most of these issues have been reported by coccinelle and sparse.

Jerome Brunet (5):
  ASoC: meson: aiu: remove unused encoder structure
  ASoC: meson: aiu: fix clk bulk size allocation
  ASoC: meson: aiu: fix irq registration
  ASoC: meson: aiu: fix acodec dai input name init
  ASoC: meson: codec-glue: fix pcm format cast warning

 sound/soc/meson/aiu-acodec-ctrl.c  |  1 -
 sound/soc/meson/aiu-encoder-i2s.c  |  7 -------
 sound/soc/meson/aiu.c              | 10 +++-------
 sound/soc/meson/aiu.h              |  2 +-
 sound/soc/meson/meson-codec-glue.c |  2 +-
 5 files changed, 5 insertions(+), 17 deletions(-)

Comments

patchwork-bot+linux-amlogic@kernel.org April 16, 2020, 4:08 p.m. UTC | #1
Hello:

This series was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Fri, 14 Feb 2020 14:13:45 +0100 you wrote:
> This patchset fixes some mistakes which slipped through my initial
> submission.
> 
> Most of these issues have been reported by coccinelle and sparse.
> 
> Jerome Brunet (5):
>   ASoC: meson: aiu: remove unused encoder structure
>   ASoC: meson: aiu: fix clk bulk size allocation
>   ASoC: meson: aiu: fix irq registration
>   ASoC: meson: aiu: fix acodec dai input name init
>   ASoC: meson: codec-glue: fix pcm format cast warning
> 
> [...]


Here is a summary with links:
  - [1/5] ASoC: meson: aiu: remove unused encoder structure
    https://git.kernel.org/khilman/linux-amlogic/c/51c366e38aaa6b298ba1e6ceef0f2c3de1180b29
  - [2/5] ASoC: meson: aiu: fix clk bulk size allocation
    https://git.kernel.org/khilman/linux-amlogic/c/269f00171273e47eebc915cc6ee8ceececa37a3a
  - [3/5] ASoC: meson: aiu: fix irq registration
    https://git.kernel.org/khilman/linux-amlogic/c/6e700f0672199f773ad645c2b7e886c1d2e2046e
  - [4/5] ASoC: meson: aiu: fix acodec dai input name init
    https://git.kernel.org/khilman/linux-amlogic/c/74a56f2a4a9ec72ef1daceeb2dda8b41370c1419
  - [5/5] ASoC: meson: codec-glue: fix pcm format cast warning
    https://git.kernel.org/khilman/linux-amlogic/c/3cd23f021e2e5f3350125abcb39f12430df87d06

You are awesome, thank you!