Lines Matching refs:dai_index
404 long dai_index = 0;
413 { "dai_index", SND_CONFIG_TYPE_INTEGER, NULL, &dai_index, NULL},
428 return ssp_set_params(nhlt, direction, dai_index, io_clk, bclk_delay, sample_bits, mclk_id,
444 int nhlt_ssp_get_dir(struct intel_nhlt_params *nhlt, int dai_index, uint8_t *dir)
446 return ssp_get_dir(nhlt, dai_index, dir);
450 int dai_index, uint8_t dir)
478 ret = ssp_get_params(nhlt, dai_index, &virtualbus_id, &formats_count,
508 ret = ssp_get_hw_params(nhlt, dai_index, i, &sample_rate, &channel_count,
534 ret = ssp_get_vendor_blob_size(nhlt, dai_index, i, &blob_size);
570 ret = ssp_get_vendor_blob(nhlt, ep_target, dai_index, i);