[GIT PULL] ASoC fixes for v5.13-rc3

Mark Brown broonie at kernel.org
Mon May 24 11:02:51 CEST 2021


The following changes since commit 25c4a9b614f101bb9f3e687960815db7dc439c0f:

  ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2 (2021-04-23 18:13:32 +0100)

are available in the Git repository at:

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

for you to fetch changes up to af2702549d68519ac78228e915d9b2c199056787:

  ASoC: qcom: lpass-cpu: Use optional clk APIs (2021-05-21 13:12:29 +0100)

----------------------------------------------------------------
ASoC: Fixes for v5.13

A collection of fixes that have come in since the merge window, mainly
device specific things.  The fixes to the generic cards from
Morimoto-san are handling regressions that were introduced in the merge
window on at least the Kontron sl28-var3-ads2.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: fsl: fix SND_SOC_IMX_RPMSG dependency

Bixuan Cui (1):
      ASoC: codecs: lpass-tx-macro: add missing MODULE_DEVICE_TABLE

Charles Keepax (5):
      ASoC: cs53l30: Add missing regmap use_single config
      ASoC: cs42l73: Add missing regmap use_single config
      ASoC: cs35l34: Add missing regmap use_single config
      ASoC: cs35l32: Add missing regmap use_single config
      ASoC: cs42l52: Minor tidy up of error paths

Dan Carpenter (1):
      ASoC: cs35l33: fix an error code in probe()

Hans de Goede (2):
      ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L tablet
      ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830 tablet

Jerome Brunet (2):
      ASoC: stm32: do not request a new clock consummer reference
      ASoC: da7219: do not request a new clock consummer reference

Kuninori Morimoto (5):
      ASoC: simple-card: add simple_parse_node()
      ASoC: simple-card: add simple_link_init()
      ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()
      ASoC: audio-graph: tidyup graph_parse_node()
      ASoC: soc-dai.h: Align the word of comment for SND_SOC_DAIFMT_CBC_CFC

Marco Felsch (1):
      ASoC: max98088: fix ni clock divider calculation

Mark Brown (2):
      Merge series "ASoC: Revert clk_hw_get_clk() cleanup" from Jerome Brunet <jbrunet at baylibre.com>:
      Merge series "ASoC: simple-card / audio-graph re-cleanup" from Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>:

Ranjani Sridharan (1):
      ASoC: SOF: Intel: hda: don't send DAI_CONFIG IPC for older firmware

Richard Fitzgerald (1):
      ASoC: cs42l42: Regmap must use_single_read/write

Shengjiu Wang (1):
      ASoC: ak5558: Correct the dai name for ak5552

Shuming Fan (1):
      ASoC: rt711-sdca: fix the function number of SDCA control for feature unit 0x1E

Srinivas Kandagatla (1):
      ASoC: codecs: lpass-rx-macro: add missing MODULE_DEVICE_TABLE

Stephen Boyd (1):
      ASoC: qcom: lpass-cpu: Use optional clk APIs

Vijendar Mukunda (1):
      ASoC: amd: fix for pcm_read() error

Zou Wei (1):
      ASoC: sti-sas: add missing MODULE_DEVICE_TABLE

 include/sound/soc-dai.h               |   2 +-
 sound/soc/amd/raven/acp3x-pcm-dma.c   |  10 --
 sound/soc/amd/raven/acp3x.h           |   1 +
 sound/soc/amd/raven/pci-acp3x.c       |  15 +++
 sound/soc/codecs/ak5558.c             |   2 +-
 sound/soc/codecs/cs35l32.c            |   3 +
 sound/soc/codecs/cs35l33.c            |   1 +
 sound/soc/codecs/cs35l34.c            |   3 +
 sound/soc/codecs/cs42l42.c            |   3 +
 sound/soc/codecs/cs42l56.c            |   7 +-
 sound/soc/codecs/cs42l73.c            |   3 +
 sound/soc/codecs/cs53l30.c            |   3 +
 sound/soc/codecs/da7219.c             |   5 +-
 sound/soc/codecs/lpass-rx-macro.c     |   1 +
 sound/soc/codecs/lpass-tx-macro.c     |   1 +
 sound/soc/codecs/max98088.c           |  13 ++-
 sound/soc/codecs/rt711-sdca.c         |   4 +-
 sound/soc/codecs/sti-sas.c            |   1 +
 sound/soc/fsl/Kconfig                 |   1 +
 sound/soc/generic/audio-graph-card.c  |  57 ++++++------
 sound/soc/generic/simple-card.c       | 168 +++++++++++++++++-----------------
 sound/soc/intel/boards/bytcr_rt5640.c |  25 +++++
 sound/soc/qcom/lpass-cpu.c            |  12 +--
 sound/soc/sof/intel/hda-dai.c         |   5 +
 sound/soc/stm/stm32_sai_sub.c         |   5 +-
 25 files changed, 202 insertions(+), 149 deletions(-)


More information about the Alsa-devel mailing list