Searched refs:tdm_slot_width (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 266 if (bdiv < ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width * in ssp_calculate_intern() 269 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width * in ssp_calculate_intern() 274 /* tdm_slot_width must be <= 38 for SSP */ in ssp_calculate_intern() 275 if (ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width > 38) { in ssp_calculate_intern() 276 fprintf(stderr, "ssp_calculate(): tdm_slot_width %u > 38\n", in ssp_calculate_intern() 277 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width); in ssp_calculate_intern() 283 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width : in ssp_calculate_intern() 445 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width; in ssp_calculate_intern() 447 slot_end_padding = ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width - in ssp_calculate_intern() 484 total_sample_size = ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width * in ssp_calculate_intern() 957 ssp_hw_set_params(struct intel_nhlt_params *nhlt, const char *format, const char *mclk ATTRIBUTE_UNUSED, const char *bclk, const char *bclk_invert, const char *fsync, const char *fsync_invert, int mclk_freq, int bclk_freq, int fsync_freq, int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots) ssp_hw_set_params() argument [all...] |
H A D | ssp-process.h | 26 int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots);
|
H A D | ssp-internal.h | 116 uint32_t tdm_slot_width; member
|
H A D | ssp-debug.c | 146 fprintf(stdout, "tdm_slot_width %u\n", hw_conf->tdm_slot_width); in ssp_print_internal()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 359 long tdm_slot_width = 0; in set_hw_config() local 375 {"tdm_slot_width", SND_CONFIG_TYPE_INTEGER, NULL, &tdm_slot_width, NULL}, in set_hw_config() 390 mclk_freq, bclk_freq, fsync_freq, tdm_slots, tdm_slot_width, in set_hw_config() 607 * tdm_slot_width 32
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 1633 if (strcmp(id, "tdm_slot_width") == 0) { in tplg_parse_hw_config() 1634 if (parse_unsigned(n, &hw_cfg->tdm_slot_width)) in tplg_parse_hw_config() 1713 if (err >= 0 && hc->tdm_slot_width) in tplg_save_hw_config() 1715 hc->tdm_slot_width); in tplg_save_hw_config() 1860 cfg->tdm_slot_width = tpl->tdm_slot_width; in set_link_hw_config() 2241 hw->tdm_slot_width = link->hw_config[i].tdm_slot_width; in tplg_decode_link()
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1037 unsigned int tdm_slot_width; /*!< width in bits for each slot */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 354 __le32 tdm_slot_width; /* width in bits for each slot */ member
|
Completed in 10 milliseconds