Searched refs:IHDA_PCM_SIZE_8BITS (Results 1 – 5 of 5) sorted by relevance
54 case AUDIO_SAMPLE_FORMAT_8BIT: return ((pcm_size_rate_ & IHDA_PCM_SIZE_8BITS) != 0); in SupportsFormat()
136 if (sample_caps.pcm_size_rate_ & IHDA_PCM_SIZE_8BITS) { in MakeFormatRangeList()
18 static constexpr uint32_t IHDA_PCM_SIZE_8BITS = (1u << 16); // 8-bit PCM samples supported variable
287 { IHDA_PCM_SIZE_8BITS, "8" },
534 { IHDA_PCM_SIZE_8BITS, 8 }, in DumpStreamPublishedLocked()
Completed in 10 milliseconds