- Define private interface IPortWaveRTStreamInit in order to deal with PHYSICAL_ADDRE...
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sat, 20 Jun 2009 23:37:55 +0000 (23:37 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sat, 20 Jun 2009 23:37:55 +0000 (23:37 +0000)
commiteef3e1decad568ec77bf073c1c984ddb3f17623e
treea77f160bdf41310b4cbe20e283130a28a7fa3b86
parent9c621c0524a3b345d48689bbf6ebc89ec36b9a0b
- Define private interface IPortWaveRTStreamInit in order to deal with PHYSICAL_ADDRESS as return value
- Implement reading/writing into cyclic buffer for IPortPinWaveRT
- Allocate an audio buffer when the pin is initialized. This needs to be changed once KSPROPERTY_RTAUDIO_BUFFER is implemented
- Fix a bug in PcNewPort
- Remove obsolete code from IPortWavePci
- Return the allocated MDL from IPortWaveRTStream::AllocateContiguousPagesForMdl
- Create a system thread when using IServiceGroup::RequestDelayedService
- ReactOS now partly supports Vista audio driver model

svn path=/trunk/; revision=41497
reactos/drivers/wdm/audio/backpln/portcls/interfaces.h
reactos/drivers/wdm/audio/backpln/portcls/pin_wavert.c
reactos/drivers/wdm/audio/backpln/portcls/port.c
reactos/drivers/wdm/audio/backpln/portcls/port_wavepci.c
reactos/drivers/wdm/audio/backpln/portcls/port_wavertstream.c
reactos/drivers/wdm/audio/backpln/portcls/private.h
reactos/drivers/wdm/audio/backpln/portcls/service_group.c