Home
last modified time | relevance | path

Searched refs:CodecIndex (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/wdm/audio/hdaudbus/
H A Dfdo.cpp699 ULONG CodecIndex, AFGIndex; in HDA_FDORemoveDevice() local
728 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDORemoveDevice()
730 CodecEntry = DeviceExtension->Codecs[CodecIndex]; in HDA_FDORemoveDevice()
765 ULONG DeviceCount, CodecIndex, AFGIndex; in HDA_FDOQueryBusRelations() local
775 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDOQueryBusRelations()
777 if (DeviceExtension->Codecs[CodecIndex] == NULL) in HDA_FDOQueryBusRelations()
780 Codec = DeviceExtension->Codecs[CodecIndex]; in HDA_FDOQueryBusRelations()
792 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDOQueryBusRelations()
794 if (DeviceExtension->Codecs[CodecIndex] == NULL) in HDA_FDOQueryBusRelations()
797 Codec = DeviceExtension->Codecs[CodecIndex]; in HDA_FDOQueryBusRelations()
H A Dhdaudbus.cpp41 ULONG CodecIndex, AFGIndex; in HDA_FdoPnp() local
58 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FdoPnp()
60 CodecEntry = FDODeviceExtension->Codecs[CodecIndex]; in HDA_FdoPnp()