Searched refs:bclk (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.h | 24 const char *bclk, const char *bclk_invert, const char *fsync,
|
H A D | ssp-process.c | 179 inverted_bclk = 1; /* handled later with bclk idle */ in ssp_calculate_intern() 183 inverted_bclk = 1; /* handled later with bclk idle */ in ssp_calculate_intern() 190 /* supporting bclk idle state */ in ssp_calculate_intern() 193 /* bclk idle state high */ in ssp_calculate_intern() 196 /* bclk idle state low */ in ssp_calculate_intern() 546 /* set bclk source for audio cardinal clock */ in ssp_calculate_intern() 959 const char *bclk, const char *bclk_invert, const char *fsync, in ssp_hw_set_params() 990 if (bclk && !strcmp(bclk, "codec_provider")) { in ssp_hw_set_params() 991 /* codec is bclk provide 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 [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 351 const char *bclk = NULL; in set_hw_config() local 367 {"bclk", SND_CONFIG_TYPE_STRING, NULL, NULL, &bclk}, in set_hw_config() 389 return ssp_hw_set_params(nhlt, format, mclk, bclk, bclk_invert, fsync, fsync_invert, in set_hw_config() 610 * bclk "codec_consumer"
|
Completed in 3 milliseconds