Searched refs:aptx_bt_cfg (Results 1 – 1 of 1) sorted by relevance
1071 static bool configure_aptx_enc_format(audio_aptx_encoder_config *aptx_bt_cfg) in configure_aptx_enc_format() argument1080 if (aptx_bt_cfg == NULL) { in configure_aptx_enc_format()1096 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->default_cfg->sampling_rate; in configure_aptx_enc_format()1097 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->default_cfg->channels; in configure_aptx_enc_format()1099 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->dual_mono_cfg->sampling_rate; in configure_aptx_enc_format()1100 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->dual_mono_cfg->channels; in configure_aptx_enc_format()1101 aptx_dsp_cfg.aptx_v2_cfg.sync_mode = aptx_bt_cfg->dual_mono_cfg->sync_mode; in configure_aptx_enc_format()1121 ret = a2dp_set_bit_format(aptx_bt_cfg->default_cfg->bits_per_sample); in configure_aptx_enc_format()1130 a2dp.enc_sampling_rate = aptx_bt_cfg->default_cfg->sampling_rate; in configure_aptx_enc_format()1135 a2dp.enc_sampling_rate = aptx_bt_cfg->dual_mono_cfg->sampling_rate; in configure_aptx_enc_format()[all …]