Home
last modified time | relevance | path

Searched refs:sample_bit_depth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h855 uint32_t sample_bit_depth; member
984 _NOTE(DATA_READABLE_WITHOUT_LOCK(audiohd_state::sample_bit_depth))
H A Daudiohd.c487 switch (statep->sample_bit_depth) { in audiohd_engine_format()
3061 statep->sample_bit_depth = AUDIOHD_BIT_DEPTH16; in audiohd_create_codec()
3066 statep->sample_bit_depth = AUDIOHD_BIT_DEPTH24; in audiohd_create_codec()
3068 statep->sample_bit_depth = AUDIOHD_BIT_DEPTH16; in audiohd_create_codec()
5040 switch (statep->sample_bit_depth) { in audiohd_allocate_port()