You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

#===============================================================================
ccflags-y += -DCONFIG_SOCT_SND_ADVANCED_SUPPORT
#===============================================================================
CONFIG_SOCT_SND_AEF_SUPPORT = y
CONFIG_SOCT_SND_AVC_SUPPORT = y
CONFIG_SOCT_SND_DRC_SUPPORT = y
CONFIG_SOCT_SND_GEQ_SUPPORT = y
CONFIG_SOCT_SND_PEQ_SUPPORT = y
#===============================================================================
CONFIG_SOCT_SND_CAST_SUPPORT = y
CONFIG_SOCT_SND_HDMI_SUPPORT = y
CONFIG_SOCT_SND_SPDIF_SUPPORT = y
CONFIG_SOCT_SND_ADAC_SUPPORT = y
CONFIG_SOCT_SND_I2S_SUPPORT = y
CONFIG_SOCT_SND_AR_SUPPORT = y
CONFIG_SOCT_SND_ARC_SUPPORT = y
#===============================================================================
include $(aiao_path)/ao/aef/aef.mak
include $(aiao_path)/ao/aef/avc/avc.mak
include $(aiao_path)/ao/aef/drc/drc.mak
include $(aiao_path)/ao/aef/geq/geq.mak
include $(aiao_path)/ao/aef/peq/peq.mak
include $(aiao_path)/ao/op/op.mak
include $(aiao_path)/ao/track/track.mak
include $(aiao_path)/ao/ar/ar.mak
include $(aiao_path)/ao/proc/proc.mak
#===============================================================================