* [GIT PULL] ASoC fixes for v6.2-rc4
@ 2022-11-11 13:15 Mark Brown
2022-11-11 13:18 ` Mark Brown
2022-11-12 8:57 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2022-11-11 13:15 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3843 bytes --]
The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:
ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc4
for you to fetch changes up to 7d945b046be3d2605dbb1806e73095aadd7ae129:
ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +0000)
----------------------------------------------------------------
ASoC: Fixes for v6.1
A relatively large collection of fixes and new platform quirks here,
they're all fairly minor though - the widest possible impact is the fix
to the use of prefixes on regulator names which would have broken any
device that integrates regulators with DAPM and was used in a system
where it had a name prefix assigning to it.
----------------------------------------------------------------
Brent Mendelsohn (1):
ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table
Chen Zhongjin (2):
ASoC: core: Fix use-after-free in snd_soc_exit()
ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
Hans de Goede (1):
ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
Jason Montleon (2):
ASoC: rt5514: fix legacy dai naming
ASoC: rt5677: fix legacy dai naming
Kai Vehmanen (1):
ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older
Maarten Zanders (1):
ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N
Martin Povišer (3):
ASoC: tas2770: Fix set_tdm_slot in case of single slot
ASoC: tas2764: Fix set_tdm_slot in case of single slot
ASoC: tas2780: Fix set_tdm_slot in case of single slot
Olivier Moysan (1):
ASoC: stm32: dfsdm: manage cb buffers cleanup
Paul Cercueil (1):
ASoC: dapm: Don't use prefix for regulator name
Peter Ujfalusi (1):
ASoC: SOF: topology: No need to assign core ID if token parsing failed
Pierre-Louis Bossart (2):
ASoC: Intel: soc-acpi: add ES83x6 support to IceLake
ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake
Tzung-Bi Shih (1):
MAINTAINERS: update Tzung-Bi's email address
Zhu Ning (1):
ASoC: sof_es8336: reduce pop noise on speaker
.mailmap | 1 +
.../bindings/sound/google,cros-ec-codec.yaml | 2 +-
.../devicetree/bindings/sound/realtek,rt1015p.yaml | 2 +-
MAINTAINERS | 2 +-
include/sound/sof/info.h | 4 ++
sound/hda/intel-dsp-config.c | 5 ++
sound/soc/amd/yc/acp6x-mach.c | 7 +++
sound/soc/codecs/rt5514-spi.c | 15 +++---
sound/soc/codecs/rt5677-spi.c | 19 +++----
sound/soc/codecs/tas2764.c | 19 +++----
sound/soc/codecs/tas2770.c | 20 +++-----
sound/soc/codecs/tas2780.c | 19 +++----
sound/soc/fsl/fsl_asrc.c | 2 +-
sound/soc/fsl/fsl_esai.c | 2 +-
sound/soc/fsl/fsl_sai.c | 2 +-
sound/soc/intel/boards/bytcht_es8316.c | 7 +++
sound/soc/intel/boards/sof_es8336.c | 60 +++++++++++++++++-----
sound/soc/intel/common/soc-acpi-intel-icl-match.c | 13 +++++
sound/soc/soc-core.c | 17 +++++-
sound/soc/soc-dapm.c | 2 +-
sound/soc/soc-utils.c | 2 +-
sound/soc/sof/ipc3-topology.c | 15 ++++--
sound/soc/sof/topology.c | 20 ++++----
sound/soc/stm/stm32_adfsdm.c | 11 ++++
24 files changed, 173 insertions(+), 95 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.2-rc4
2022-11-11 13:15 [GIT PULL] ASoC fixes for v6.2-rc4 Mark Brown
@ 2022-11-11 13:18 ` Mark Brown
2022-11-12 8:57 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-11-11 13:18 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
On Fri, Nov 11, 2022 at 01:15:53PM +0000, Mark Brown wrote:
> The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:
>
> ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc4
Typoed the version there, sorry.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] ASoC fixes for v6.2-rc4
2022-11-11 13:15 [GIT PULL] ASoC fixes for v6.2-rc4 Mark Brown
2022-11-11 13:18 ` Mark Brown
@ 2022-11-12 8:57 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2022-11-12 8:57 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
On Fri, 11 Nov 2022 14:15:53 +0100,
Mark Brown wrote:
>
> The following changes since commit e9441675edc1bb8dbfadacf68aafacca60d65a25:
>
> ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init() (2022-10-21 13:04:14 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc4
>
> for you to fetch changes up to 7d945b046be3d2605dbb1806e73095aadd7ae129:
>
> ASoC: stm32: dfsdm: manage cb buffers cleanup (2022-11-09 17:56:37 +0000)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v6.1
>
> A relatively large collection of fixes and new platform quirks here,
> they're all fairly minor though - the widest possible impact is the fix
> to the use of prefixes on regulator names which would have broken any
> device that integrates regulators with DAPM and was used in a system
> where it had a name prefix assigning to it.
Thanks, pulled now.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-12 8:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 13:15 [GIT PULL] ASoC fixes for v6.2-rc4 Mark Brown
2022-11-11 13:18 ` Mark Brown
2022-11-12 8:57 ` Takashi Iwai
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.