From 0bc1dc0ae1bfa959a7c16693affe4d1fa5773742 Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Thu, 14 Oct 2021 14:17:00 +0800 Subject: [PATCH] audio: waves: support custom action identification Bug: 203029117 Test: build pass, LR mixed Signed-off-by: Jasmine Cha Change-Id: Ib1e95efb8ea94bd187be7b681b6a94d53e0c5ce1 --- audio/oriole/tuning/waves/waves_config.ini | 9 +++++++++ audio/raven/tuning/waves/waves_config.ini | 9 +++++++++ audio/slider/tuning/waves/waves_config.ini | 9 +++++++++ audio/whitefin/tuning/waves/waves_config.ini | 9 +++++++++ 4 files changed, 36 insertions(+) diff --git a/audio/oriole/tuning/waves/waves_config.ini b/audio/oriole/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/oriole/tuning/waves/waves_config.ini +++ b/audio/oriole/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/raven/tuning/waves/waves_config.ini b/audio/raven/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/raven/tuning/waves/waves_config.ini +++ b/audio/raven/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/slider/tuning/waves/waves_config.ini b/audio/slider/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/slider/tuning/waves/waves_config.ini +++ b/audio/slider/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor. diff --git a/audio/whitefin/tuning/waves/waves_config.ini b/audio/whitefin/tuning/waves/waves_config.ini index 99b9604..ba12a8e 100644 --- a/audio/whitefin/tuning/waves/waves_config.ini +++ b/audio/whitefin/tuning/waves/waves_config.ini @@ -1,3 +1,12 @@ +######################################################################################################## +# (Optional) The supported features list for platform vendors to query from. +# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. +# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. +# Putting any value other than 1 would be equivalent to not supported. +######################################################################################################## +[HAL_SUPPORTED_FEATURES] +CUSTOM_ACTION_256=1 + ######################################################################################################## # This defined the options of supported sample rates. # This can be configured by Waves or platform vendor.