Home
last modified time | relevance | path

Searched refs:mixer_string (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/post_proc/
Deffect_api.c61 char mixer_string[128]; in offload_update_mixer_and_effects_ctl() local
63 snprintf(mixer_string, sizeof(mixer_string), in offload_update_mixer_and_effects_ctl()
65 ALOGV("%s: mixer_string: %s", __func__, mixer_string); in offload_update_mixer_and_effects_ctl()
72 ctl = mixer_get_ctl_by_name(mixer, mixer_string); in offload_update_mixer_and_effects_ctl()
Dbundle.c186 char mixer_string[128]; in offload_effects_bundle_hal_start_output() local
207 snprintf(mixer_string, sizeof(mixer_string), in offload_effects_bundle_hal_start_output()
217 out_ctxt->ctl = mixer_get_ctl_by_name(out_ctxt->mixer, mixer_string); in offload_effects_bundle_hal_start_output()