alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v5.16-rc3
@ 2021-11-25 13:28 Mark Brown
  2021-11-25 13:40 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-11-25 13:28 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Mark Brown, Liam Girdwood

The following changes since commit 424fe7edbed18d47f7b97f7e1322a6f8969b77ae:

  ASoC: stm32: i2s: fix 32 bits channel length without mclk (2021-11-17 13:04:38 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 86f74ba3fef56dd1cee19b7a15ae27fc0da5bb61:

  ASoC: SOF: hda: reset DAI widget before reconfiguring it (2021-11-24 12:57:11 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.16

There's a large but repetitive set of fixes here for issues with the
Tegra kcontrols not correctly reporting changes to userspace, a fix for
some issues with matching on older x86 platforms introduced during the
merge window together with a set of smaller fixes and one new system
quirk.

----------------------------------------------------------------
Hans de Goede (1):
      ASoC: soc-acpi: Set mach->id field on comp_ids matches

Lucas Tanure (1):
      ASoC: cs35l41: Set the max SPI speed for the whole device

Nicolas Frattaroli (1):
      ASoC: rk817: Add module alias for rk817-codec

Pierre-Louis Bossart (1):
      ASoC: Intel: soc-acpi: add entry for ESSX8336 on CML

Ranjani Sridharan (1):
      ASoC: SOF: hda: reset DAI widget before reconfiguring it

Sameer Pujar (16):
      ASoC: tegra: Fix wrong value type in ADMAIF
      ASoC: tegra: Fix wrong value type in I2S
      ASoC: tegra: Fix wrong value type in DMIC
      ASoC: tegra: Fix wrong value type in DSPK
      ASoC: tegra: Fix wrong value type in SFC
      ASoC: tegra: Fix wrong value type in MVC
      ASoC: tegra: Fix kcontrol put callback in ADMAIF
      ASoC: tegra: Fix kcontrol put callback in I2S
      ASoC: tegra: Fix kcontrol put callback in DMIC
      ASoC: tegra: Fix kcontrol put callback in DSPK
      ASoC: tegra: Fix kcontrol put callback in AHUB
      ASoC: tegra: Fix kcontrol put callback in MVC
      ASoC: tegra: Fix kcontrol put callback in SFC
      ASoC: tegra: Fix kcontrol put callback in AMX
      ASoC: tegra: Fix kcontrol put callback in ADX
      ASoC: tegra: Fix kcontrol put callback in Mixer

 include/sound/soc-acpi.h                          |   2 +-
 sound/soc/codecs/cs35l41-spi.c                    |  32 +--
 sound/soc/codecs/cs35l41.c                        |   7 -
 sound/soc/codecs/cs35l41.h                        |   4 +-
 sound/soc/codecs/rk817_codec.c                    |   1 +
 sound/soc/intel/common/soc-acpi-intel-cml-match.c |   6 +
 sound/soc/soc-acpi.c                              |   4 +-
 sound/soc/sof/intel/hda.c                         |   7 +
 sound/soc/tegra/tegra186_dspk.c                   | 181 ++++++++++---
 sound/soc/tegra/tegra210_admaif.c                 | 140 +++++++---
 sound/soc/tegra/tegra210_adx.c                    |   3 +
 sound/soc/tegra/tegra210_ahub.c                   |  11 +-
 sound/soc/tegra/tegra210_amx.c                    |   3 +
 sound/soc/tegra/tegra210_dmic.c                   | 184 +++++++++++---
 sound/soc/tegra/tegra210_i2s.c                    | 296 +++++++++++++++++-----
 sound/soc/tegra/tegra210_mixer.c                  |  26 +-
 sound/soc/tegra/tegra210_mvc.c                    |  30 ++-
 sound/soc/tegra/tegra210_sfc.c                    | 123 ++++++---
 18 files changed, 802 insertions(+), 258 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ASoC fixes for v5.16-rc3
  2021-11-25 13:28 [GIT PULL] ASoC fixes for v5.16-rc3 Mark Brown
@ 2021-11-25 13:40 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-11-25 13:40 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Thu, 25 Nov 2021 14:28:05 +0100,
Mark Brown wrote:
> 
> The following changes since commit 424fe7edbed18d47f7b97f7e1322a6f8969b77ae:
> 
>   ASoC: stm32: i2s: fix 32 bits channel length without mclk (2021-11-17 13:04:38 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.16-rc3
> 
> for you to fetch changes up to 86f74ba3fef56dd1cee19b7a15ae27fc0da5bb61:
> 
>   ASoC: SOF: hda: reset DAI widget before reconfiguring it (2021-11-24 12:57:11 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.16
> 
> There's a large but repetitive set of fixes here for issues with the
> Tegra kcontrols not correctly reporting changes to userspace, a fix for
> some issues with matching on older x86 platforms introduced during the
> merge window together with a set of smaller fixes and one new system
> quirk.

Thanks, pulled now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-25 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 13:28 [GIT PULL] ASoC fixes for v5.16-rc3 Mark Brown
2021-11-25 13:40 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).