Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dazalia.c1611 this->w[this->audiofunc].d.audio.bits_rates = result; in azalia_codec_init()
2650 uint32_t bits_rates; in azalia_codec_construct_format()
2661 bits_rates = this->w[group->conv[0]].d.audio.bits_rates; in azalia_codec_construct_format()
2663 if (bits_rates & COP_PCM_B8) in azalia_codec_construct_format()
2665 if (bits_rates & COP_PCM_B16) in azalia_codec_construct_format()
2667 if (bits_rates & COP_PCM_B20) in azalia_codec_construct_format()
2669 if (bits_rates & COP_PCM_B24) in azalia_codec_construct_format()
2671 if ((bits_rates & COP_PCM_B32) && in azalia_codec_construct_format()
2676 XNAME(this->az), bits_rates); in azalia_codec_construct_format()
2631 uint32_t bits_rates; azalia_codec_construct_format() local
2746 azalia_codec_add_bits(codec_t * this,int chan,uint32_t bits_rates,int mode) azalia_codec_add_bits() argument
[all...]
H A Dazalia.h571 uint32_t bits_rates; member