mbox series

[GIT,PULL] ASoC fixes for v6.6-rc4

Message ID 1f6247152e1aadc016657d6836ef03c8.broonie@kernel.org (mailing list archive)
State Accepted
Commit 9c1a3f432b62a2b34f2f58cda0dcf7229e83bf98
Headers show
Series [GIT,PULL] ASoC fixes for v6.6-rc4 | expand

Pull-request

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

Message

Mark Brown Sept. 28, 2023, 1:22 p.m. UTC
The following changes since commit 31bb7bd9ffee50d09ec931998b823a86132ab807:

  ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful (2023-09-15 17:14:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7e1fe5d9e7eae67e218f878195d1d348d01f9af7:

  ASoC: SOF: amd: fix for firmware reload failure after playback (2023-09-27 11:08:05 +0200)

----------------------------------------------------------------
ASoC: Fixes for v6.6

There's quite a lot of changes here, but a lot of them are simple quirks
or device IDs rather than actual fixes.  The fixes that are here are all
quite device specific and relatively minor.

----------------------------------------------------------------
Alex Bee (1):
      dt-bindings: ASoC: rockchip: Add compatible for RK3128 spdif

Balamurugan C (2):
      ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.
      ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table

Kuninori Morimoto (2):
      ASoC: simple-card-utils: fixup simple_util_startup() error handling
      ASoC: simple-card: fixup asoc_simple_probe() error handling

Mark Brown (1):
      ASoC: Intel: soc-acpi: Adding Es83x6 codec entry and

Miquel Raynal (1):
      ASoC: soc-generic-dmaengine-pcm: Fix function name in comment

Pierre-Louis Bossart (2):
      ASoC: Intel: soc-acpi: fix Dell SKU 0B34
      ASoC: Intel: sof_sdw: add support for SKU 0B14

Shengjiu Wang (2):
      ASoC: fsl_sai: Don't disable bitclock for i.MX8MP
      ASoC: fsl-asoc-card: use integer type for fll_id and pll_id

Vijendar Mukunda (1):
      ASoC: SOF: amd: fix for firmware reload failure after playback

 .../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
 sound/soc/fsl/fsl-asoc-card.c                      | 12 +++++++----
 sound/soc/fsl/fsl_sai.c                            |  9 ++++++--
 sound/soc/generic/simple-card-utils.c              |  3 ++-
 sound/soc/generic/simple-card.c                    |  6 ++++--
 sound/soc/intel/boards/sof_es8336.c                | 10 +++++++++
 sound/soc/intel/boards/sof_sdw.c                   | 10 +++++++++
 sound/soc/intel/common/soc-acpi-intel-adl-match.c  | 12 +++++------
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c  | 25 ++++++++++++++++++++++
 sound/soc/soc-generic-dmaengine-pcm.c              |  4 ++--
 sound/soc/sof/amd/pci-rmb.c                        |  1 -
 11 files changed, 75 insertions(+), 18 deletions(-)

Comments

Takashi Iwai Sept. 30, 2023, 7:45 a.m. UTC | #1
On Thu, 28 Sep 2023 15:22:25 +0200,
Mark Brown wrote:
> 
> The following changes since commit 31bb7bd9ffee50d09ec931998b823a86132ab807:
> 
>   ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful (2023-09-15 17:14:22 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.6-rc4
> 
> for you to fetch changes up to 7e1fe5d9e7eae67e218f878195d1d348d01f9af7:
> 
>   ASoC: SOF: amd: fix for firmware reload failure after playback (2023-09-27 11:08:05 +0200)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.6
> 
> There's quite a lot of changes here, but a lot of them are simple quirks
> or device IDs rather than actual fixes.  The fixes that are here are all
> quite device specific and relatively minor.

Thanks, pulled now.

I've been traveling in this week, so I'm going to send a PR in the
next week.


Takashi