mbox series

[GIT,PULL] ASoC fixes for v6.7-rc8

Message ID 1f43da7b8c6e4c8cdc04b7e67838f258.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.7-rc8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.7-rc8

Message

Mark Brown Jan. 3, 2024, 8:29 p.m. UTC
The following changes since commit 8f0f01647550daf9cd8752c1656dcb0136d79ce1:

  ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (2023-12-19 13:23:39 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.7-rc8

for you to fetch changes up to b036d8ef3120b996751495ce25994eea58032a98:

  ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux (2024-01-03 18:37:02 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.7

I recently got a LibreTech Sapphire board for my CI and while
integrating it found and fixed some issues, including crashes for the
enum validation.  There's also a couple of patches adding quirks for
another x86 laptop from Hans and an error handling fix for the Freescale
rpmsg driver.

----------------------------------------------------------------
Chancel Liu (1):
      ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable

Eugen Hristev (1):
      ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset

Mark Brown (4):
      ASoC: meson: g12a-toacodec: Validate written enum values
      ASoC: meson: g12a-tohdmitx: Validate written enum values
      ASoC: meson: g12a-toacodec: Fix event generation
      ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux

 sound/soc/fsl/fsl_rpmsg.c                   | 10 ++++++++--
 sound/soc/mediatek/mt8186/mt8186-dai-adda.c |  2 +-
 sound/soc/meson/g12a-toacodec.c             |  5 ++++-
 sound/soc/meson/g12a-tohdmitx.c             |  8 +++++++-
 4 files changed, 20 insertions(+), 5 deletions(-)

Comments

Takashi Iwai Jan. 4, 2024, 8:53 a.m. UTC | #1
On Wed, 03 Jan 2024 21:29:50 +0100,
Mark Brown wrote:
> 
> The following changes since commit 8f0f01647550daf9cd8752c1656dcb0136d79ce1:
> 
>   ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (2023-12-19 13:23:39 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.7-rc8
> 
> for you to fetch changes up to b036d8ef3120b996751495ce25994eea58032a98:
> 
>   ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux (2024-01-03 18:37:02 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.7
> 
> I recently got a LibreTech Sapphire board for my CI and while
> integrating it found and fixed some issues, including crashes for the
> enum validation.  There's also a couple of patches adding quirks for
> another x86 laptop from Hans and an error handling fix for the Freescale
> rpmsg driver.

Pulled now.  Thanks.


Takashi