mbox series

[00/11] Improve SOF support for Steam Deck OLED

Message ID 20231209205351.880797-1-cristian.ciocaltea@collabora.com (mailing list archive)
Headers show
Series Improve SOF support for Steam Deck OLED | expand

Message

Cristian Ciocaltea Dec. 9, 2023, 8:53 p.m. UTC
This patch series is a continuation of [1] to provide fixes and improvements to
SOF drivers targeting the Vangogh platform, as found on the Valve's Steam Deck
OLED.

The previous series only handled the legacy ACP drivers.

[1]: https://lore.kernel.org/all/20231209203229.878730-1-cristian.ciocaltea@collabora.com/

Cristian Ciocaltea (11):
  ASoC: amd: acp: Drop redundant initialization of machine driver data
  ASoC: amd: acp: Make use of existing *_CODEC_DAI macros
  ASoC: amd: acp: Add missing error handling in sof-mach
  ASoC: amd: acp: Update MODULE_DESCRIPTION for sof-mach
  ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()
  ASoC: SOF: amd: Optimize quirk for Valve Galileo
  ASoC: SOF: core: Skip firmware test for undefined fw_name
  ASoC: SOF: amd: Override default fw name for Valve Galileo
  ASoC: SOF: amd: Compute file paths on firmware load
  ASoC: amd: acp: Use correct DAI link ID for BT codec
  ASoC: SOF: topology: Add new DAI type entry for SOF_DAI_AMD_BT

 sound/soc/amd/acp/acp-mach-common.c |  6 +++---
 sound/soc/amd/acp/acp-mach.h        |  2 +-
 sound/soc/amd/acp/acp-sof-mach.c    | 26 +++++++----------------
 sound/soc/sof/amd/acp-loader.c      | 32 +++++++++++++++++++++++------
 sound/soc/sof/amd/acp.c             | 30 ++++++++++++++++-----------
 sound/soc/sof/amd/vangogh.c         |  8 +++++++-
 sound/soc/sof/fw-file-profile.c     |  3 +++
 sound/soc/sof/topology.c            |  1 +
 8 files changed, 66 insertions(+), 42 deletions(-)