Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Intel: avs: Switch to acpi-nhlt
@ 2024-04-19  8:43 Cezary Rojewski
  2024-04-19  8:43 ` [PATCH 1/2] ALSA: hda: intel-dsp-config: Switch to ACPI NHLT Cezary Rojewski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cezary Rojewski @ 2024-04-19  8:43 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, linux-sound, tiwai, perex, amadeuszx.slawinski,
	pierre-louis.bossart, hdegoede, rafael, Cezary Rojewski

The change is based on rafael/acpi-nhlt [1] immutable branch which
Rafael kindly prepared for me. Without the topmost changes to ACPI/NHLT,
the patches present will fail to compile.

Recent changes for the ACPI tree [2] refactored interfaces of the NHLT
table. Currently we have two implementations - one found in acpi
subsystem (unused) and one in sound/hda/. As NHLT is part of ACPI, idea
is to make the former useful and then switch all users of existing
sound/hda/intel-nhlt.c to this new interface over time and remove the
duplicate afterward.

Two patches present here migrate the avs-driver and the intel-dsp-config
module.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/?h=acpi-nhlt
[2]: https://lore.kernel.org/linux-acpi/20240319083018.3159716-1-cezary.rojewski@intel.com/

Amadeusz Sławiński (2):
  ALSA: hda: intel-dsp-config: Switch to ACPI NHLT
  ASoC: Intel: avs: Switch to ACPI NHLT

 sound/hda/Kconfig                     |  1 +
 sound/hda/intel-dsp-config.c          | 16 ++++++++------
 sound/soc/intel/Kconfig               |  1 +
 sound/soc/intel/avs/avs.h             |  1 -
 sound/soc/intel/avs/board_selection.c |  7 +++---
 sound/soc/intel/avs/core.c            | 10 ++++-----
 sound/soc/intel/avs/path.c            | 32 +++++++++++++--------------
 7 files changed, 34 insertions(+), 34 deletions(-)


base-commit: a640acab545b21ed1f347376f34d34e461ea92ba
-- 
2.25.1


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

end of thread, other threads:[~2024-05-09 18:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19  8:43 [PATCH 0/2] ASoC: Intel: avs: Switch to acpi-nhlt Cezary Rojewski
2024-04-19  8:43 ` [PATCH 1/2] ALSA: hda: intel-dsp-config: Switch to ACPI NHLT Cezary Rojewski
2024-05-09 11:15   ` Cezary Rojewski
2024-05-09 12:35     ` Takashi Iwai
2024-05-09 13:08       ` Takashi Iwai
2024-05-09 15:41         ` Mark Brown
2024-05-09 18:25           ` Takashi Iwai
2024-04-19  8:43 ` [PATCH 2/2] ASoC: Intel: avs: " Cezary Rojewski
2024-04-22  8:09 ` (subset) [PATCH 0/2] ASoC: Intel: avs: Switch to acpi-nhlt Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox