mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
ASoC: Intel: Add build support for Intel SST DSP core.
This adds kernel build support for Intel SST core audio. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
f869c98328
commit
ddfa40b158
2 changed files with 19 additions and 0 deletions
|
@ -11,3 +11,15 @@ config SND_MFLD_MACHINE
|
|||
|
||||
config SND_SST_MFLD_PLATFORM
|
||||
tristate
|
||||
|
||||
config SND_SOC_INTEL_SST
|
||||
tristate "ASoC support for Intel(R) Smart Sound Technology"
|
||||
select SND_SOC_INTEL_SST_ACPI if ACPI
|
||||
help
|
||||
This adds support for Intel(R) Smart Sound Technology (SST).
|
||||
Say Y if you have such a device
|
||||
If unsure select "N".
|
||||
|
||||
config SND_SOC_INTEL_SST_ACPI
|
||||
tristate
|
||||
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Core support
|
||||
snd-soc-sst-dsp-objs := sst-dsp.o sst-firmware.o
|
||||
snd-soc-sst-acpi-objs := sst-acpi.o
|
||||
|
||||
snd-soc-sst-mfld-platform-objs := sst-mfld-platform.o
|
||||
snd-soc-mfld-machine-objs := mfld_machine.o
|
||||
|
||||
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
|
||||
obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o
|
||||
|
||||
obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o
|
||||
obj-$(CONFIG_SND_SOC_INTEL_SST_ACPI) += snd-soc-sst-acpi.o
|
||||
|
|
Loading…
Add table
Reference in a new issue