mbox series

[GIT,PULL] ASoC fixes for v6.8-merge-window

Message ID 20240116151032.B3BE4C433F1@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.8-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.8-merge-window

Message

Mark Brown Jan. 16, 2024, 3:10 p.m. UTC
The following changes since commit 67508b874844b80ac49f70b78d67036c28b9fe7e:

  ASoC: pxa: sspa: Don't select SND_ARM (2023-12-29 17:41:15 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.8-merge-window

for you to fetch changes up to ab09fb9c629ed3aaea6a82467f08595dbc549726:

  ASoC: SOF: ipc4-loader: remove the CPC check warnings (2024-01-15 14:04:52 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.8

A bunch of small fixes that come in during the merge window, mainly
fixing issues from some core refactoring around dummy components that
weren't detected until things reached mainline.

The TAS driver changes are a little larger than normal for a device ID
addition due to some shuffling around of where things are registered and
DT updates but aren't really any more substantial than normal.

----------------------------------------------------------------
AngeloGioacchino Del Regno (2):
      ASoC: mediatek: mt8195: Remove afe-dai component and rework codec link
      ASoC: mediatek: sof-common: Add NULL check for normal_link string

ChiYuan Huang (2):
      ASoC: codecs: rtq9128: Fix PM_RUNTIME usage
      ASoC: codecs: rtq9128: Fix TDM enable and DAI format control flow

Kai Vehmanen (1):
      ASoC: SOF: ipc4-loader: remove the CPC check warnings

Kuninori Morimoto (1):
      ASoC: audio-graph-card2: fix index check on graph_parse_node_multi_nm()

Mark Brown (1):
      rtq9128: Fix pm runtime and TDM usage

NĂ­colas F. R. A. Prado (1):
      ASoC: mediatek: mt8192: Check existence of dai_name before dereferencing

Peter Ujfalusi (3):
      ASoC: Intel: bxt_da7219_max98357a: Fix kernel ops due to COMP_DUMMY change
      ASoC: Intel: bxt_rt298: Fix kernel ops due to COMP_DUMMY change
      ASoC: SOF: icp3-dtrace: Revert "Fix wrong kfree() usage"

Rander Wang (1):
      ASoC: SOF: ipc4-pcm: remove log message for LLP

Shenghao Ding (4):
      ASoC: dt-bindings: move tas2563 from tas2562.yaml to tas2781.yaml
      ASoC: tas2562: move tas2563 from tas2562 driver to tas2781 driver
      ASoC: tas2781: Add tas2563 into header file for DSP mode
      ASoC: tas2781: Add tas2563 into driver

 .../devicetree/bindings/sound/tas2562.yaml         |  2 -
 .../devicetree/bindings/sound/ti,tas2781.yaml      | 78 +++++++++++++++++-----
 include/sound/tas2781.h                            |  9 +--
 sound/soc/codecs/rtq9128.c                         | 73 +++++++++++---------
 sound/soc/codecs/tas2562.c                         |  3 -
 sound/soc/codecs/tas2781-i2c.c                     |  8 ++-
 sound/soc/generic/audio-graph-card2.c              |  2 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c      |  6 ++
 sound/soc/intel/boards/bxt_rt298.c                 |  3 +-
 sound/soc/mediatek/common/mtk-dsp-sof-common.c     |  2 +-
 .../mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c  |  3 +-
 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c         | 33 +--------
 sound/soc/mediatek/mt8195/mt8195-mt6359.c          | 41 ++++++++----
 sound/soc/sof/ipc3-dtrace.c                        |  3 +-
 sound/soc/sof/ipc4-loader.c                        | 11 ++-
 sound/soc/sof/ipc4-pcm.c                           |  4 +-
 16 files changed, 161 insertions(+), 120 deletions(-)

Comments

Takashi Iwai Jan. 16, 2024, 4:39 p.m. UTC | #1
On Tue, 16 Jan 2024 16:10:24 +0100,
Mark Brown wrote:
> 
> The following changes since commit 67508b874844b80ac49f70b78d67036c28b9fe7e:
> 
>   ASoC: pxa: sspa: Don't select SND_ARM (2023-12-29 17:41:15 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.8-merge-window
> 
> for you to fetch changes up to ab09fb9c629ed3aaea6a82467f08595dbc549726:
> 
>   ASoC: SOF: ipc4-loader: remove the CPC check warnings (2024-01-15 14:04:52 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.8
> 
> A bunch of small fixes that come in during the merge window, mainly
> fixing issues from some core refactoring around dummy components that
> weren't detected until things reached mainline.
> 
> The TAS driver changes are a little larger than normal for a device ID
> addition due to some shuffling around of where things are registered and
> DT updates but aren't really any more substantial than normal.

Thanks, pulled now.


Takashi