mbox series

[GIT,PULL] ASoC fixes for v5.15-rc1

Message ID 20210908154313.1A8C961132@mail.kernel.org (mailing list archive)
State Accepted
Commit 25fca8c9e0d79ca4c5bb0199dcc52ab0ea4cbd7d
Headers show
Series [GIT,PULL] ASoC fixes for v5.15-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc1

Message

Mark Brown Sept. 8, 2021, 3:42 p.m. UTC
The following changes since commit 38b7673000949ca784fcb8a9feb70d2a802befa6:

  Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus (2021-08-30 12:30:33 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc1

for you to fetch changes up to fcb958ee8e832e9cdf43408535207e15f14af755:

  ASoC: rockchip: i2s: Fix concurrency between tx/rx (2021-09-03 16:19:01 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.15

A collection of fixes that came in during the merge window, nothing too
remarkable but a reasonably large number of fixes.

----------------------------------------------------------------
Colin Ian King (1):
      ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devicec" -> "device"

Geert Uytterhoeven (1):
      ASoC: mediatek: SND_SOC_MT8195 should depend on ARCH_MEDIATEK

Kuninori Morimoto (1):
      ASoC: audio-graph: respawn Platform Support

Mark Brown (1):
      Merge tag 'asoc-v5.15' into asoc-5.15

Nathan Chancellor (1):
      ASoC: Intel: boards: Fix CONFIG_SND_SOC_SDW_MOCKUP select

Shengjiu Wang (1):
      ASoC: dt-bindings: fsl_rpmsg: Add compatible string for i.MX8ULP

Shuming Fan (1):
      ASoC: rt5682: fix headset background noise when S3 state

Sugar Zhang (1):
      ASoC: rockchip: i2s: Fix concurrency between tx/rx

Trevor Wu (3):
      ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency
      ASoC: dt-bindings: mt8195: remove dependent headers in the example
      ASoC: mt8195: correct the dts parsing logic about DPTX and HDMITX

 .../devicetree/bindings/sound/fsl,rpmsg.yaml       |  1 +
 .../devicetree/bindings/sound/mt8195-afe-pcm.yaml  | 40 ++++++++++------------
 sound/soc/codecs/rt5682.c                          |  3 --
 sound/soc/generic/audio-graph-card.c               |  6 ++++
 sound/soc/intel/boards/Kconfig                     |  2 +-
 sound/soc/mediatek/Kconfig                         |  3 +-
 .../mediatek/mt8195/mt8195-mt6359-rt1019-rt5682.c  | 22 ++++++------
 sound/soc/rockchip/rockchip_i2s.c                  |  7 ++++
 sound/soc/samsung/s3c24xx_simtec.c                 |  2 +-
 9 files changed, 47 insertions(+), 39 deletions(-)

Comments

Takashi Iwai Sept. 8, 2021, 3:55 p.m. UTC | #1
On Wed, 08 Sep 2021 17:42:25 +0200,
Mark Brown wrote:
> 
> The following changes since commit 38b7673000949ca784fcb8a9feb70d2a802befa6:
> 
>   Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus (2021-08-30 12:30:33 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.15-rc1
> 
> for you to fetch changes up to fcb958ee8e832e9cdf43408535207e15f14af755:
> 
>   ASoC: rockchip: i2s: Fix concurrency between tx/rx (2021-09-03 16:19:01 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.15
> 
> A collection of fixes that came in during the merge window, nothing too
> remarkable but a reasonably large number of fixes.

Thanks, pulled now.


Takashi