Lines Matching defs:sync
109 struct ssp_aux_config_sync *sync;
160 sync = (struct ssp_aux_config_sync *)&(dai->aux_cfg[i].sync);
210 fprintf(stdout, "aux sync sync_denominator %u\n", sync->sync_denominator);
211 fprintf(stdout, "aux sync count %u\n", sync->count);
213 for (j = 0; j < sync->count; j++) {
214 fprintf(stdout, "aux sync node_id %u\n", sync->nodes[j].node_id);
215 fprintf(stdout, "aux sync sampling_rate %u\n", sync->nodes[j].sampling_rate);