Searched refs:aptx_dsp_cfg (Results 1 – 1 of 1) sorted by relevance
1077 struct aptx_enc_cfg_t aptx_dsp_cfg; in configure_aptx_enc_format() local1078 mixer_size = sizeof(aptx_dsp_cfg); in configure_aptx_enc_format()1092 memset(&aptx_dsp_cfg, 0x0, sizeof(aptx_dsp_cfg)); in configure_aptx_enc_format()1093 aptx_dsp_cfg.custom_cfg.enc_format = ENC_MEDIA_FMT_APTX; 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()1104 switch (aptx_dsp_cfg.custom_cfg.num_channels) { in configure_aptx_enc_format()[all …]