mbox series

[GIT,PULL] ASoC fixes for v5.16-rc6

Message ID 20211220171803.D09FBC36AE7@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v5.16-rc6 | expand

Pull-request

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

Message

Mark Brown Dec. 20, 2021, 5:17 p.m. UTC
The following changes since commit 3fc27e9a1f619b50700f020e6cd270c1b74755f0:

  ASoC: codecs: wsa881x: fix return values from kcontrol put (2021-12-01 14:13:53 +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-rc6

for you to fetch changes up to ee907afb0c39a41ee74b862882cfe12820c74b98:

  ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s (2021-12-14 17:15:32 +0000)

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

This is a relatively large set of driver specific changes so it may make
sense to hold off to v5.17, though picking some over might be good.
It's a combination of new device IDs and fixes for various driver
specific things which are all small and of the usual "really bad if
you're running into them" level, especially the Tegra ones.

----------------------------------------------------------------
Derek Fang (1):
      ASoC: rt5682: fix the wrong jack type detected

Dmitry Osipenko (2):
      ASoC: tegra: Add DAPM switches for headphones and mic jack
      ASoC: tegra: Restore headphones jack name on Nyan Big

Kai Vehmanen (2):
      ASoC: SOF: Intel: pci-tgl: add ADL-N support
      ASoC: SOF: Intel: pci-tgl: add new ADL-P variant

Martin Blumenstingl (2):
      ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
      ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s

Martin PoviĊĦer (1):
      ASoC: tas2770: Fix setting of high sample rates

 sound/soc/codecs/rt5682.c            |  4 ++++
 sound/soc/codecs/tas2770.c           |  4 ++--
 sound/soc/meson/aiu-encoder-i2s.c    | 33 ---------------------------------
 sound/soc/meson/aiu-fifo-i2s.c       | 19 +++++++++++++++++++
 sound/soc/meson/aiu-fifo.c           |  6 ++++++
 sound/soc/sof/intel/pci-tgl.c        |  4 ++++
 sound/soc/tegra/tegra_asoc_machine.c | 11 ++++++++++-
 sound/soc/tegra/tegra_asoc_machine.h |  1 +
 8 files changed, 46 insertions(+), 36 deletions(-)