Searched refs:stream_tag (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/public/zircon/device/
H A Dintel-hda.h105 uint8_t stream_tag; member in struct:ihda_codec_request_stream_resp
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller.cpp123 uint8_t stream_tag = AllocateStreamTagLocked(type == IntelHDAStream::Type::INPUT); local
124 if (!stream_tag)
128 ret->Configure(type, stream_tag);
H A Dintel-hda-codec.cpp464 resp.stream_tag = stream->tag();
472 resp.stream_tag = 0;
H A Dintel-hda-dsp.cpp468 resp.stream_tag = stream->tag();
476 resp.stream_tag = 0;
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/utils/
H A Dcodec-commands.h243 static inline constexpr CodecVerb SET_CONVERTER_STREAM_CHAN(uint8_t stream_tag, uint8_t chan) {
244 return SP_SET_VERB<0x06>(static_cast<uint8_t>(((stream_tag & 0xF) << 4) | (chan & 0xF)));
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dstream-base.cpp214 res = SetDMAStreamLocked(resp.stream_id, resp.stream_tag);

Completed in 40 milliseconds