Home
last modified time | relevance | path

Searched refs:f_conf1 (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-utils/topology/nhlt/intel/
H A Ddmic-nhlt.c203 struct format_config f_conf1; in nhlt_dmic_get_ep() local
296 f_conf1.format.wFormatTag = 0xFFFE; in nhlt_dmic_get_ep()
297 f_conf1.format.nSamplesPerSec = sample_rate; in nhlt_dmic_get_ep()
298 f_conf1.format.nChannels = channel_count; in nhlt_dmic_get_ep()
299 f_conf1.format.wBitsPerSample = bits_per_sample; in nhlt_dmic_get_ep()
300 f_conf1.format.nBlockAlign = channel_count * bits_per_sample / 8; in nhlt_dmic_get_ep()
301 f_conf1.format.nAvgBytesPerSec = f_conf1.format.nSamplesPerSec * f_conf1.format.nBlockAlign; in nhlt_dmic_get_ep()
304 f_conf1 in nhlt_dmic_get_ep()
[all...]
H A Dssp-nhlt.c455 struct format_config f_conf1[8]; in nhlt_ssp_get_ep() local
506 f_conf1[i].format.wFormatTag = 0xFFFE; in nhlt_ssp_get_ep()
516 f_conf1[i].format.nChannels = channel_count; in nhlt_ssp_get_ep()
517 f_conf1[i].format.nSamplesPerSec = sample_rate; in nhlt_ssp_get_ep()
518 f_conf1[i].format.wBitsPerSample = bits_per_sample; in nhlt_ssp_get_ep()
519 f_conf1[i].format.nBlockAlign = channel_count * bits_per_sample / 8; in nhlt_ssp_get_ep()
520 f_conf1[i].format.nAvgBytesPerSec = sample_rate * f_conf1[i].format.nBlockAlign; in nhlt_ssp_get_ep()
523 f_conf1[i].format.cbSize = 22; in nhlt_ssp_get_ep()
525 f_conf1[ in nhlt_ssp_get_ep()
[all...]

Completed in 2 milliseconds