coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
nhlt_format_config Struct Reference

#include <nhlt.h>

Collaboration diagram for nhlt_format_config:
Collaboration graph

Data Fields

int num_channels
 
int sample_freq_khz
 
int container_bits_per_sample
 
int valid_bits_per_sample
 
uint32_t speaker_mask
 
const char * settings_file
 

Detailed Description

Definition at line 259 of file nhlt.h.

Field Documentation

◆ container_bits_per_sample

int nhlt_format_config::container_bits_per_sample

Definition at line 262 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().

◆ num_channels

int nhlt_format_config::num_channels

Definition at line 260 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().

◆ sample_freq_khz

int nhlt_format_config::sample_freq_khz

Definition at line 261 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().

◆ settings_file

const char* nhlt_format_config::settings_file

Definition at line 265 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().

◆ speaker_mask

uint32_t nhlt_format_config::speaker_mask

Definition at line 264 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().

◆ valid_bits_per_sample

int nhlt_format_config::valid_bits_per_sample

Definition at line 263 of file nhlt.h.

Referenced by nhlt_endpoint_add_formats().


The documentation for this struct was generated from the following file: