Home | History | Annotate | Download | only in audio_extn

Lines Matching refs:dec_cfg

935 dec_cfg;
944 memset(&dec_cfg, 0x0, sizeof(dec_cfg));
945 dec_cfg.dec_format = dec_format;
946 dec_cfg.imc_info.direction = IMC_TRANSMIT;
947 dec_cfg.imc_info.enable = IMC_ENABLE;
948 dec_cfg.imc_info.purpose = IMC_PURPOSE_ID_BT_INFO;
949 dec_cfg.imc_info.comm_instance = a2dp.abr_config.imc_instance;
951 ret = mixer_ctl_set_array(ctl_dec_data, (void *)&dec_cfg,
952 sizeof(dec_cfg));