Home
last modified time | relevance | path

Searched refs:ssp_cmd (Results 1 – 2 of 2) sorted by relevance

/sound/soc/intel/atom/
Dsst-atom-controls.c786 ctx->ssp_cmd.nb_slots = slots; in sst_fill_ssp_slot()
787 ctx->ssp_cmd.active_tx_slot_map = tx_mask; in sst_fill_ssp_slot()
788 ctx->ssp_cmd.active_rx_slot_map = rx_mask; in sst_fill_ssp_slot()
789 ctx->ssp_cmd.nb_bits_per_slots = slot_width; in sst_fill_ssp_slot()
848 ctx->ssp_cmd.ssp_protocol = SSP_MODE_PCM; in sst_fill_ssp_config()
849 ctx->ssp_cmd.mode = sst_get_ssp_mode(dai, fmt) | (SSP_PCM_MODE_NETWORK << 1); in sst_fill_ssp_config()
850 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
851 ctx->ssp_cmd.data_polarity = 1; in sst_fill_ssp_config()
852 ctx->ssp_cmd.frame_sync_width = 1; in sst_fill_ssp_config()
856 ctx->ssp_cmd.ssp_protocol = SSP_MODE_PCM; in sst_fill_ssp_config()
[all …]
Dsst-mfld-platform.h180 struct sst_cmd_sba_hw_set_ssp ssp_cmd; member