Searched refs:tx_slots (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.h | 26 int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots);
|
H A D | ssp-process.c | 143 ssp->ssp_blob[di][hwi].sstsa = SSTSA_SSTSA(ssp->ssp_prm[di].hw_cfg[hwi].tx_slots); in ssp_calculate_intern() 435 active_tx_slots = popcount(ssp->ssp_prm[di].hw_cfg[hwi].tx_slots); in ssp_calculate_intern() 961 int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots) in ssp_hw_set_params() 1022 ssp->ssp_prm[ssp->ssp_count].hw_cfg[hwi].tx_slots = tx_slots; in ssp_hw_set_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
|
H A D | ssp-internal.h | 117 uint32_t tx_slots; member
|
H A D | ssp-debug.c | 147 fprintf(stdout, "tx_slots %u\n", hw_conf->tx_slots); in ssp_print_internal()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 360 long tx_slots = 0; in set_hw_config() local 376 {"tx_slots", SND_CONFIG_TYPE_INTEGER, NULL, &tx_slots, NULL}, in set_hw_config() 391 tx_slots, rx_slots); in set_hw_config() 614 * tx_slots 3
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 1639 if (strcmp(id, "tx_slots") == 0) { in tplg_parse_hw_config() 1640 if (parse_unsigned(n, &hw_cfg->tx_slots)) in tplg_parse_hw_config() 1716 if (err >= 0 && hc->tx_slots) in tplg_save_hw_config() 1718 hc->tx_slots); in tplg_save_hw_config() 1861 cfg->tx_slots = tpl->tx_slots; in set_link_hw_config() 2242 hw->tx_slots = link->hw_config[i].tx_slots; in tplg_decode_link()
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1038 unsigned int tx_slots; /*!< bit mask for active Tx slots */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 355 __le32 tx_slots; /* bit mask for active Tx slots */ member
|
Completed in 11 milliseconds