Lines Matching defs:platform_data
119 struct platform_data { struct
120 struct audio_device *adev;
121 bool fluence_in_spkr_mode;
122 bool fluence_in_voice_call;
123 bool fluence_in_voice_rec;
124 int fluence_type;
125 char fluence_cap[PROPERTY_VALUE_MAX];
126 int fluence_mode;
127 bool ec_ref_enabled;
128 bool gsm_mode_enabled;
130 void *acdb_handle;
131 acdb_init_v2_cvd_t acdb_init;
132 acdb_deallocate_t acdb_deallocate;
133 acdb_send_audio_cal_t acdb_send_audio_cal;
134 acdb_send_voice_cal_t acdb_send_voice_cal;
135 acdb_reload_vocvoltable_t acdb_reload_vocvoltable;
136 void *hw_info;
137 char ec_ref_mixer_path[64];
138 bool speaker_lr_swap;
140 int max_vol_index;