Searched refs:number_of_channels (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.h | 34 int interleaving_style, int number_of_channels, 38 int interleaving_style, int number_of_channels,
|
H A D | ssp-process.c | 629 tr->format |= SET_BITS(7, 0, aux->tr_start.number_of_channels); in ssp_calculate_intern_ext() 647 tr->format |= SET_BITS(7, 0, aux->tr_stop.number_of_channels); in ssp_calculate_intern_ext() 1071 int interleaving_style, int number_of_channels, in ssp_tr_start_set_params() 1092 tr->number_of_channels = number_of_channels; in ssp_tr_start_set_params() 1101 int interleaving_style, int number_of_channels, in ssp_tr_stop_set_params() 1122 tr->number_of_channels = number_of_channels; in ssp_tr_stop_set_params() 1069 ssp_tr_start_set_params(struct intel_nhlt_params *nhlt, int sampling_frequency, int bit_depth, int channel_map, int channel_config, int interleaving_style, int number_of_channels, int valid_bit_depth, int sample_type) ssp_tr_start_set_params() argument 1099 ssp_tr_stop_set_params(struct intel_nhlt_params *nhlt, int sampling_frequency, int bit_depth, int channel_map, int channel_config, int interleaving_style, int number_of_channels, int valid_bit_depth, int sample_type) ssp_tr_stop_set_params() argument
|
H A D | ssp-debug.c | 186 fprintf(stdout, "aux tr start number_of_channels %u\n", tr->number_of_channels); in ssp_print_internal() 198 fprintf(stdout, "aux tr start number_of_channels %u\n", tr->number_of_channels); in ssp_print_internal()
|
H A D | ssp-internal.h | 39 uint32_t number_of_channels; member
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | ssp-nhlt.c | 76 long number_of_channels; in set_tr_start_config() local 87 {"number_of_channels", SND_CONFIG_TYPE_INTEGER, NULL, &number_of_channels, NULL}, in set_tr_start_config() 98 channel_config, interleaving_style, number_of_channels, in set_tr_start_config() 109 long number_of_channels; in set_tr_stop_config() local 120 {"number_of_channels", SND_CONFIG_TYPE_INTEGER, NULL, &number_of_channels, NULL}, in set_tr_stop_config() 131 channel_config, interleaving_style, number_of_channels, in set_tr_stop_config()
|
Completed in 8 milliseconds