Searched refs:ch_count (Results 1 – 5 of 5) sorted by relevance
143 uint8_t ch_count() const { return fmt_desc_->bNrChannels; } in ch_count() function
199 range.min_channels = fmt.ch_count(); in BuildFormatMap()200 range.max_channels = fmt.ch_count(); in BuildFormatMap()
282 if (!fmt.channels || (fmt.channels != conv_.widget_caps.ch_count())) in BeginChangeStreamFormatLocked()471 conv_.widget_caps.ch_count(), in FinalizeSetupLocked()538 LOG("Channels : %u\n", conv_.widget_caps.ch_count()); in DumpStreamPublishedLocked()
116 uint8_t ch_count() const { return static_cast<uint8_t>((((raw_data_ >> 12) & 0xE) | in ch_count() function
393 printf(FMT("%u\n"), "MaxChan", widget.caps_.ch_count()); in ihda_dump_widget()
Completed in 12 milliseconds