mbox series

[GIT,PULL] ASoC fixes for v6.4-rc1

Message ID f59623910a640a79d7c09ea24b1763f7.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.4-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc1

Message

Mark Brown May 5, 2023, 12:53 p.m. UTC
The following changes since commit dc801ea8ae37d54706e6f1cef140731ac5981c9c:

  ASoC: fsl: imx-audmix: remove dummy dai_link->platform (2023-04-21 13:45:07 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc1

for you to fetch changes up to ec6f82b4c63cc68f8dc03316e725106d242706be:

  ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet (2023-05-04 10:14:31 +0900)

----------------------------------------------------------------
ASoC: Fixes for v6.4

A small set of fixes and device quirks that have come in during the
merge window, the Qualcomm fix seems quite large but it's mainly code
motion so looks larger than it is.

----------------------------------------------------------------
Andrey Rakhmatullin (1):
      ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for acp6x

Enrico Belleri (1):
      ASoC: amd: yc: Add ASUS M3402RA into DMI table

Hans de Goede (2):
      ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer working
      ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet

Krzysztof Kozlowski (1):
      ASoC: codecs: wcd938x: fix accessing regmap on unattached devices

Maxim Kochetkov (1):
      ASoC: max98090: make it selectable

 sound/soc/amd/yc/acp6x-mach.c                     |   14 +
 sound/soc/codecs/Kconfig                          |    2 +-
 sound/soc/codecs/wcd938x-sdw.c                    | 1037 ++++++++++++++++++++-
 sound/soc/codecs/wcd938x.c                        | 1003 +-------------------
 sound/soc/codecs/wcd938x.h                        |    1 +
 sound/soc/intel/common/soc-acpi-intel-byt-match.c |    2 +-
 sound/soc/intel/common/soc-acpi-intel-cht-match.c |   26 +
 7 files changed, 1072 insertions(+), 1013 deletions(-)