Searched refs:aptx_bt_cfg (Results 1 – 1 of 1) sorted by relevance
1034 static bool configure_aptx_enc_format(audio_aptx_encoder_config *aptx_bt_cfg) in configure_aptx_enc_format() argument1043 if (aptx_bt_cfg == NULL) { in configure_aptx_enc_format()1059 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->default_cfg->sampling_rate; in configure_aptx_enc_format()1060 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->default_cfg->channels; in configure_aptx_enc_format()1062 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->dual_mono_cfg->sampling_rate; in configure_aptx_enc_format()1063 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->dual_mono_cfg->channels; in configure_aptx_enc_format()1064 aptx_dsp_cfg.aptx_v2_cfg.sync_mode = aptx_bt_cfg->dual_mono_cfg->sync_mode; in configure_aptx_enc_format()1084 ret = a2dp_set_bit_format(aptx_bt_cfg->default_cfg->bits_per_sample); in configure_aptx_enc_format()1093 a2dp.enc_sampling_rate = aptx_bt_cfg->default_cfg->sampling_rate; in configure_aptx_enc_format()1098 a2dp.enc_sampling_rate = aptx_bt_cfg->dual_mono_cfg->sampling_rate; in configure_aptx_enc_format()[all …]