ASoC: Intel: Introduce AVS driver
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 11 Mar 2022 15:35:30 +0000 (16:35 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 11 Mar 2022 16:23:54 +0000 (16:23 +0000)
commit9fe51c559a862d6c884f6784de26c8f9463187b1
tree64438e9fbf8a1fb8db1b70060cd5b6b93521b292
parentda0398099a83483014adc509a2845c88ccf672af
ASoC: Intel: Introduce AVS driver

Declare base structures and core DSP operations for the avs solution.
The base structures describe PCI HDAudio bus device and platform-type
differentiations. First set of operations added controls the lifecycle
of any Audio DSP core: (un)powering, (un)resetting and (un)stalling.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220311153544.136854-4-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig
sound/soc/intel/Makefile
sound/soc/intel/avs/Makefile [new file with mode: 0644]
sound/soc/intel/avs/avs.h [new file with mode: 0644]
sound/soc/intel/avs/dsp.c [new file with mode: 0644]
sound/soc/intel/avs/registers.h [new file with mode: 0644]