1######################################################################################################## 2# (Optional) The supported features list for platform vendors to query from. 3# Platform vendors should call maxxaudio_qdsp_is_feature_supported with a string to query from the list. 4# This config has no effect in the MaxxAudioQdspHalController. It's only meaningful for platform vendors. 5# Putting any value other than 1 would be equivalent to not supported. 6######################################################################################################## 7[HAL_SUPPORTED_FEATURES] 8CUSTOM_ACTION_260=1 9 10######################################################################################################## 11# This defined the options of supported sample rates. 12# This can be configured by Waves or platform vendor. 13######################################################################################################## 14[HAL_SUPPORTED_SAMPLE_RATES] 15SR_COMMON = 48000 16 17######################################################################################################## 18# (Optional) The subtypes that applies to different angles(0, 90, 180, 270). Can be empty if not applicable. 19# This can be configured by Waves or platform vendor. 20######################################################################################################## 21[HAL_ORIENTATION_SUBTYPES] 22OST_SPEAKER = 0:12,90:13,180:12,270:0|14 23 24######################################################################################################## 25# This defines available preset configurations. 26# This should be configured by Waves only unless platform vendor is familiar with MPS structure. 27######################################################################################################## 28[HAL_SUPPORTED_PRESETS] 29SPEAKER_MUSIC_THROTTLE= OM:1,SM:3,OST:OST_SPEAKER 30SPEAKER_SAFE_MUSIC_THROTTLE = OM:10,SM:3 31SPEAKER_SAFE_MUSIC_THROTTLE_LITE = OM:9,SM:3 32SPEAKER_MUSIC = OM:1,SM:2,OST:OST_SPEAKER 33SPEAKER_SAFE_MUSIC = OM:10,SM:2 34SPEAKER_SAFE_MUSIC_LITE = OM:9,SM:2 35SPEAKER_MUSIC_RESERVED = OM:1,SM:2,OST:OST_SPEAKER 36SPEAKER_MUSIC_RESERVED_THROTTLE = OM:1,SM:3,OST:OST_SPEAKER 37# _RESERVED OM and SM are temporary and will be updated with tuning file. 38 39######################################################################################################## 40# This defines available CONTROL configurations. Only define the CONTROL if you need it. 41# The numbers could vary from device to device. 42# This can be configured by Waves or platform vendor. 43######################################################################################################## 44[HAL_SUPPORTED_CONTROLS] 45SPEAKER_INSTANCE = INSTANCE:1,DEV:0,SR:SR_COMMON,PRESET:SPEAKER_MUSIC|SPEAKER_SAFE_MUSIC|SPEAKER_MUSIC_THROTTLE|SPEAKER_SAFE_MUSIC_THROTTLE|SPEAKER_SAFE_MUSIC_THROTTLE_LITE|SPEAKER_SAFE_MUSIC_LITE 46 47[COEFS_CONVERTER_SETTING] 48AlgFxPath=/vendor/lib/libAlgFx_HiFi3z.so 49AlgFxPath64=/vendor/lib64/libAlgFx_HiFi3z.so 50# do not modify the following if not necessary 51#AudioFormatType=0 52#AudioFormatChannels=2 53#AudioFormatSampleRate=48000 54#AudioFormatBitsPerSample=32 55#AudioFormatSampleSize=4 56#AudioFormatIncrement=8 57 58[CUSTOM_ACTION_260] 59CASE_1=PRIORITY:0,NUMBERS:2:0|1|4:1|2:0,PRESET:SPEAKER_MUSIC 60CASE_2=PRIORITY:1,NUMBERS:1|2|4194304:2|3:1|2:0|1,PRESET:SPEAKER_SAFE_MUSIC_LITE 61CASE_3=PRIORITY:2,NUMBERS:1|4194304:0|1|4:1|2:0|1,PRESET:SPEAKER_SAFE_MUSIC 62CASE_4=PRIORITY:3,NUMBERS:2:0|1|4:0:0,PRESET:SPEAKER_MUSIC_THROTTLE 63CASE_5=PRIORITY:4,NUMBERS:1|2|4194304:2|3:0:0|1,PRESET:SPEAKER_SAFE_MUSIC_THROTTLE_LITE 64CASE_6=PRIORITY:5,NUMBERS:1|4194304:0|1|4:0:0|1,PRESET:SPEAKER_SAFE_MUSIC_THROTTLE 65CASE_7=PRIORITY:6,NUMBERS:2:0|1|4:1|2:1,PRESET:SPEAKER_MUSIC_RESERVED 66CASE_8=PRIORITY:7,NUMBERS:2:0|1|4:0:1,PRESET:SPEAKER_MUSIC_RESERVED_THROTTLE 67# Action 260 parameters: audio_devices_t, audio_mode_t, throttle_control_state_t, sound_usage_t 68# - audio_devices_t : current active device 69# - audio_mode_t : 0 - normal, 1 - incoming, 2 - voice call, 3 - voip, 4 - call screen 70# - throttle_control_state_t: 0 - Enabled, 1 - Disabled, 2 - Bypassed 71# - sound_usage_t: 0 - Music, 1 - Movie