]> git.alsa-project.org Git - alsa-utils.git/commit
Topology: NHLT: Intel: SSP: Add support for blob format
authorSeppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Mon, 15 Apr 2024 10:26:51 +0000 (13:26 +0300)
committerJaroslav Kysela <perex@perex.cz>
Wed, 23 Oct 2024 11:01:07 +0000 (13:01 +0200)
commit451afcd37a0298a15ff402c4a7b806351b364f26
tree26082581c5123409c2e0f6d87884afbf3c4ddbb1
parenta6c79b0d31a4390ae1597ba956b4377024153b41
Topology: NHLT: Intel: SSP: Add support for blob format

This patch adds the 3.0 format that is used for the PTL
ACE3.x platform. Blob 3.0 is based on blob 1.5 but it adds
DMA control registers settings and has some changes in
registers bitfields.

This patch also fixes some compile warnings when NHLT_DEBUG is
set for comparing int with unsigned in ssp-debug.c for code for
all blobs variants.

Closes: https://github.com/alsa-project/alsa-utils/pull/276
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/nhlt/intel/ssp/ssp-debug.c
topology/nhlt/intel/ssp/ssp-intel.h
topology/nhlt/intel/ssp/ssp-internal.h
topology/nhlt/intel/ssp/ssp-process.c