Searched refs:dec_cfg (Results 1 – 1 of 1) sorted by relevance
972 struct abr_dec_cfg_t dec_cfg; in configure_a2dp_decoder_format() local981 memset(&dec_cfg, 0x0, sizeof(dec_cfg)); in configure_a2dp_decoder_format()982 dec_cfg.dec_format = dec_format; in configure_a2dp_decoder_format()983 dec_cfg.imc_info.direction = IMC_TRANSMIT; in configure_a2dp_decoder_format()984 dec_cfg.imc_info.enable = IMC_ENABLE; in configure_a2dp_decoder_format()985 dec_cfg.imc_info.purpose = IMC_PURPOSE_ID_BT_INFO; in configure_a2dp_decoder_format()986 dec_cfg.imc_info.comm_instance = a2dp.abr_config.imc_instance; in configure_a2dp_decoder_format()988 ret = mixer_ctl_set_array(ctl_dec_data, (void *)&dec_cfg, in configure_a2dp_decoder_format()989 sizeof(dec_cfg)); in configure_a2dp_decoder_format()