mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
9fe51c559a
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>
14 lines
398 B
Makefile
14 lines
398 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Core support
|
|
obj-$(CONFIG_SND_SOC) += common/
|
|
|
|
# Platform Support
|
|
obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
|
obj-$(CONFIG_SND_SOC_INTEL_CATPT) += catpt/
|
|
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE_COMMON) += skylake/
|
|
obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += keembay/
|
|
obj-$(CONFIG_SND_SOC_INTEL_AVS) += avs/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC) += boards/
|