From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] ASoC fixes for v5.13-rc3
Date: Mon, 24 May 2021 10:02:51 +0100 [thread overview]
Message-ID: <20210524090307.61BAA60698@mail.kernel.org> (raw)
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@baylibre.com>:
Merge series "ASoC: simple-card / audio-graph re-cleanup" from Kuninori Morimoto <kuninori.morimoto.gx@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(-)
next reply other threads:[~2021-05-24 9:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-24 9:02 Mark Brown [this message]
2021-05-25 7:39 ` [GIT PULL] ASoC fixes for v5.13-rc3 Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210524090307.61BAA60698@mail.kernel.org \
--to=broonie@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=lgirdwood@gmail.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.