Searched refs:rx_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 | 146 ssp->ssp_blob[di][hwi].ssrsa = SSRSA_SSRSA(ssp->ssp_prm[di].hw_cfg[hwi].rx_slots); in ssp_calculate_intern() 436 active_rx_slots = popcount(ssp->ssp_prm[di].hw_cfg[hwi].rx_slots); in ssp_calculate_intern() 961 int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots) in ssp_hw_set_params() 1023 ssp->ssp_prm[ssp->ssp_count].hw_cfg[hwi].rx_slots = rx_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 | 118 uint32_t rx_slots; member
|
H A D | ssp-debug.c | 148 fprintf(stdout, "rx_slots %u\n", hw_conf->rx_slots); in ssp_print_internal()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 361 long rx_slots = 0; in set_hw_config() local 377 {"rx_slots", SND_CONFIG_TYPE_INTEGER, NULL, &rx_slots, NULL}, in set_hw_config() 391 tx_slots, rx_slots); in set_hw_config() 615 * rx_slots 3
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 1645 if (strcmp(id, "rx_slots") == 0) { in tplg_parse_hw_config() 1646 if (parse_unsigned(n, &hw_cfg->rx_slots)) in tplg_parse_hw_config() 1719 if (err >= 0 && hc->rx_slots) in tplg_save_hw_config() 1721 hc->rx_slots); in tplg_save_hw_config() 1862 cfg->rx_slots = tpl->rx_slots; in set_link_hw_config() 2243 hw->rx_slots = link->hw_config[i].rx_slots; in tplg_decode_link()
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1039 unsigned int rx_slots; /*!< bit mask for active Rx slots */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 356 __le32 rx_slots; /* bit mask for active Rx slots */ member
|
Completed in 10 milliseconds