HomeSort by relevance Sort by last modified time
    Searched defs:app_type_cfg (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
utils.c 47 int app_type_cfg[MAX_LENGTH_MIXER_CONTROL_IN_INT], len = 0, rc = 0; local
65 app_type_cfg[len++] = app_type;
66 app_type_cfg[len++] = acdb_dev_id;
67 app_type_cfg[len++] = sample_rate;
71 app_type_cfg[len++] = snd_device_be_idx;
76 mixer_ctl_set_array(ctl, app_type_cfg, len);
84 int app_type_cfg[MAX_LENGTH_MIXER_CONTROL_IN_INT] = {-1}; local
96 app_type_cfg[length++] = 1;
97 app_type_cfg[length++] = app_type;
98 app_type_cfg[length++] = 48000
220 struct stream_app_type_cfg *app_type_cfg = &in->app_type_cfg; local
273 struct stream_app_type_cfg *app_type_cfg = &out->app_type_cfg; local
348 size_t app_type_cfg[MAX_LENGTH_MIXER_CONTROL_IN_INT] = {0}; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 230 struct stream_app_type_cfg app_type_cfg; member in struct:stream_out
262 struct stream_app_type_cfg app_type_cfg; member in struct:stream_in
  /hardware/qcom/audio/hal/msm8974/
platform.c 1452 size_t app_type_cfg[128] = {0}; local
    [all...]

Completed in 229 milliseconds