]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: avs: PTL-based platforms support
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 7 Apr 2025 11:23:47 +0000 (13:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 7 Apr 2025 13:39:59 +0000 (14:39 +0100)
commitaf1c968d25c7c44cd2738349c479f8b610a3fc40
treec8a46f792ec88bce1f3514672eb43efeb5619637
parent75f3c607b1fa1f4d42cde8377cd2276ab01e287d
ASoC: Intel: avs: PTL-based platforms support

Define handlers specific to ACE platforms, that Frisco Lake (FCL), a
PantherLake (PTL)-based platform, is founded upon. Most operations are
still inherited from their predecessors with the major difference being
AudioDSP cores management - replaced by DSP-domain power management.

Software has to ensure the DSP domain is both powered on and its
power-gating disabled before it can be utilized for streaming.

Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Link: https://patch.msgid.link/20250407112352.3720779-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/pci_ids.h
sound/soc/intel/avs/Makefile
sound/soc/intel/avs/avs.h
sound/soc/intel/avs/core.c
sound/soc/intel/avs/dsp.c
sound/soc/intel/avs/lnl.c [new file with mode: 0644]
sound/soc/intel/avs/mtl.c [new file with mode: 0644]
sound/soc/intel/avs/ptl.c [new file with mode: 0644]
sound/soc/intel/avs/registers.h