Searched refs:IHDA_PCM_SIZE_16BITS (Results 1 – 5 of 5) sorted by relevance
55 case AUDIO_SAMPLE_FORMAT_16BIT: return ((pcm_size_rate_ & IHDA_PCM_SIZE_16BITS) != 0); in SupportsFormat()
126 { IHDA_PCM_SIZE_16BITS, AUDIO_SAMPLE_FORMAT_16BIT }, in MakeFormatRangeList()
17 static constexpr uint32_t IHDA_PCM_SIZE_16BITS = (1u << 17); // 16-bit PCM samples supported variable
286 { IHDA_PCM_SIZE_16BITS, "16" },
533 { IHDA_PCM_SIZE_16BITS, 16 }, in DumpStreamPublishedLocked()
Completed in 8 milliseconds