Searched refs:ssp_cmd (Results 1 – 2 of 2) sorted by relevance
796 ctx->ssp_cmd.nb_slots = slots; in sst_fill_ssp_slot()797 ctx->ssp_cmd.active_tx_slot_map = tx_mask; in sst_fill_ssp_slot()798 ctx->ssp_cmd.active_rx_slot_map = rx_mask; in sst_fill_ssp_slot()799 ctx->ssp_cmd.nb_bits_per_slots = slot_width; in sst_fill_ssp_slot()856 ctx->ssp_cmd.ssp_protocol = SSP_MODE_PCM; in sst_fill_ssp_config()857 ctx->ssp_cmd.mode = sst_get_ssp_mode(dai, fmt) | (SSP_PCM_MODE_NETWORK << 1); in sst_fill_ssp_config()858 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()859 ctx->ssp_cmd.data_polarity = 1; in sst_fill_ssp_config()860 ctx->ssp_cmd.frame_sync_width = 1; in sst_fill_ssp_config()864 ctx->ssp_cmd.ssp_protocol = SSP_MODE_PCM; in sst_fill_ssp_config()[all …]
174 struct sst_cmd_sba_hw_set_ssp ssp_cmd; member