Searched refs:IHDA_PCM_SIZE_32BITS (Results 1 – 5 of 5) sorted by relevance
58 case AUDIO_SAMPLE_FORMAT_32BIT: return ((pcm_size_rate_ & IHDA_PCM_SIZE_32BITS) != 0); in SupportsFormat()
123 { IHDA_PCM_SIZE_32BITS, AUDIO_SAMPLE_FORMAT_32BIT }, in MakeFormatRangeList()
14 static constexpr uint32_t IHDA_PCM_SIZE_32BITS = (1u << 20); // 32-bit PCM samples supported variable
283 { IHDA_PCM_SIZE_32BITS, "32" },
530 { IHDA_PCM_SIZE_32BITS, 32 }, in DumpStreamPublishedLocked()
Completed in 18 milliseconds