Searched refs:tdm_slots (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 110 for (i = 0; i < ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots; i++) in ssp_calculate_intern() 267 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots) { in ssp_calculate_intern() 270 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots); in ssp_calculate_intern() 281 bdiv_min = ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots * in ssp_calculate_intern() 304 ssp->ssp_blob[di][hwi].ssc0 |= SSCR0_FRDC(ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots); in ssp_calculate_intern() 352 ssp->ssp_blob[di][hwi].ssc0 |= SSCR0_FRDC(ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots); in ssp_calculate_intern() 409 SSCR0_FRDC(ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots); in ssp_calculate_intern() 444 frame_end_padding = bdiv - ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots * in ssp_calculate_intern() 485 ssp->ssp_prm[di].hw_cfg[hwi].tdm_slots; in ssp_calculate_intern() 805 *channel_count = ssp->ssp_prm[dai_index].hw_cfg[hw_index].tdm_slots; in ssp_get_hw_params() 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 | 115 uint32_t tdm_slots; member
|
H A D | ssp-debug.c | 145 fprintf(stdout, "tdm_slots %u\n", hw_conf->tdm_slots); in ssp_print_internal()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 358 long tdm_slots = 0; in set_hw_config() local 374 {"tdm_slots", SND_CONFIG_TYPE_INTEGER, NULL, &tdm_slots, NULL}, in set_hw_config() 390 mclk_freq, bclk_freq, fsync_freq, tdm_slots, tdm_slot_width, in set_hw_config() 613 * tdm_slots 2
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 1627 if (strcmp(id, "tdm_slots") == 0) { in tplg_parse_hw_config() 1628 if (parse_unsigned(n, &hw_cfg->tdm_slots)) in tplg_parse_hw_config() 1710 if (err >= 0 && hc->tdm_slots) in tplg_save_hw_config() 1712 hc->tdm_slots); in tplg_save_hw_config() 1859 cfg->tdm_slots = tpl->tdm_slots; in set_link_hw_config() 2240 hw->tdm_slots = link->hw_config[i].tdm_slots; in tplg_decode_link()
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1036 unsigned int tdm_slots; /*!< number of TDM slots in use */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 353 __le32 tdm_slots; /* number of TDM slots in use */ member
|
Completed in 10 milliseconds