- Implement CPortFilterWaveCyclic::FastDeviceIoControl
[reactos.git] / reactos / drivers / wdm / audio /
2009-09-24 Johannes Anderwald- Implement CPortFilterWaveCyclic::FastDeviceIoControl
2009-09-24 Johannes Anderwald- Rewrite mixer enumeration functions
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-13 Johannes Anderwald- Remove obsolete code
2009-09-13 Johannes Anderwald- Add back PHYSICAL_ADDRESS workarround for IDmaChannel...
2009-09-13 Dmitry GorbachevSilence compiler warnings for all GCC 4.4.x versions.
2009-09-12 Johannes Anderwald[KS]
2009-09-11 Johannes Anderwald- Fix build #2
2009-09-11 Johannes Anderwald- Convert portcls to a C++ driver
2009-09-11 Johannes Anderwald- Remove dead code
2009-08-30 Stefan Ginsberg- gcc 4.4.0 bringup 1 of ?:
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-24 Johannes Anderwald- Check that all pins have been closed when the last...
2009-08-23 Johannes Anderwald[KS]
2009-08-21 Johannes Anderwald[KS]
2009-08-21 Johannes Anderwald- Remove test code
2009-08-21 Johannes Anderwald- Remove hacks for bug 4566
2009-08-18 Johannes Anderwald- Implement IPortEvents interface for IPortTopology
2009-08-18 Johannes Anderwald- Increment reference count only if resource list was...
2009-08-17 Johannes Anderwald[WDMAUD.DRV]
2009-08-17 Johannes Anderwald- Fix a big bug in the samplerate conversion routine
2009-08-15 Johannes Anderwald- Include splitter in build
2009-08-13 Johannes Anderwald[SPLITTER]
2009-08-13 Johannes Anderwald- Implement IPortDMus_fnNewRegistryKey
2009-08-11 Johannes Anderwald- Start implementing splitter
2009-08-11 Johannes Anderwald- Add sanity checks
2009-08-11 Johannes Anderwald- Fix allocation check
2009-08-11 Johannes Anderwald- Remove superflouous checks
2009-08-10 Johannes Anderwald[WDMAUD]
2009-08-07 Johannes Anderwald- Remove hack of starting stream automatically when...
2009-08-07 Johannes Anderwald[KS]
2009-08-06 Johannes Anderwald- Add a few parameters check
2009-08-06 Johannes Anderwald- Check if translated / untranslated resource list...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-02 Johannes Anderwald[PORTCLS]
2009-08-02 Johannes Anderwald[KS]
2009-08-02 Johannes Anderwald[KS]
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-25 Stefan Ginsberg- Make ks and portcls compile under msvc
2009-07-22 Johannes Anderwald[KS]
2009-07-17 Johannes Anderwald[WDMAUD.DRV]
2009-07-16 Johannes Anderwald- Dont try allocate a error log packet as IoAllocateErr...
2009-07-15 Johannes Anderwald- Interrupt is only shareable if the type is latched
2009-07-15 Johannes Anderwald- ReactOS only supports WAVE_FORMAT_PCM
2009-07-12 Johannes Anderwald[WDMAUD_KERNEL]
2009-07-12 Johannes Anderwald[AUDIO_TEST]
2009-07-11 Johannes Anderwald- Use free index directly
2009-07-11 Johannes Anderwald- Implement dynamic unregistration of physical connections
2009-07-11 Johannes Anderwald- Implement dynamic unregistration of audio devices
2009-07-11 Johannes Anderwald[KMIXER]
2009-07-10 Stefan Ginsberg- Don't link portcls and kmixer to the static version...
2009-07-10 Johannes Anderwald[KS]
2009-07-09 Johannes Anderwald- Remove obsolete DbgBreakPoint
2009-07-09 Johannes Anderwald- Fix a bug which was responsible for most audio-relate...
2009-07-09 Johannes Anderwald- Fix a few bugs in the sample rate conversion code
2009-07-09 Johannes Anderwald- Stop removing good code, Arch!
2009-07-03 Sylvain Petreolle- Disable debugging flood
2009-07-02 Johannes Anderwald- Register a device interface for each stream
2009-07-01 Johannes Anderwald- Remove dead code
2009-07-01 Johannes Anderwald- Partly Implement StreamClassReadWriteConfig
2009-06-28 Johannes Anderwald- Fix broken check for KSDATARANGE_AUDIO
2009-06-28 Johannes Anderwald- Start implementing the stream class driver
2009-06-26 Johannes Anderwald- Callback routine expects fdo
2009-06-26 Johannes Anderwald- fix build broken in rev 41621
2009-06-26 Johannes Anderwald- Rewrite PcRegisterIoTimeout, PcUnregisterIoTimeout...
2009-06-21 Johannes Anderwald- Don't release object which drivers should release
2009-06-21 Timo Kreuzerwdmaud: Make DeviceIndex a ULONG_PTR
2009-06-21 Johannes Anderwald- Use interval of 10ms for the periodic timer IPortPinW...
2009-06-20 Johannes Anderwald- Define private interface IPortWaveRTStreamInit in...
2009-06-20 Johannes Anderwald- Free forgotten irps
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-19 Johannes Anderwald- Improve user mode buffer probing
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-10 Johannes Anderwald- Check in wdmaud if a pin with the specified filter...
2009-06-09 Johannes Anderwald- Topology nodes can have a nullable name
2009-06-09 Sylvain Petreolledon't include private.h twice
2009-06-09 Johannes Anderwald- Add a few sanity assert to KsCreate
2009-06-08 Johannes Anderwald- Store servicegroup obtained from IMiniportDMus /...
2009-06-08 Johannes Anderwald- Fix a bug in KsTopologyPropertyHandler
2009-06-07 Johannes Anderwald- Disable debugging flood
2009-06-07 Johannes Anderwald- Also Store audio filter object header in FsContext...
2009-05-29 Johannes Anderwald- Use a reference name when registering audio subdevice...
2009-05-27 Johannes Anderwald- Register shutdown notification
2009-05-27 Johannes Anderwald- return error code when there is a timeout
2009-05-26 Johannes Anderwald- Don't release resource list
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-15 Johannes Anderwald- Remove unused WdmAudWriteCompleted
2009-05-12 Johannes Anderwald- Add CLSID_PortWaveRT
2009-05-11 Johannes Anderwald- Use ExInterlockedList * functions for speed and stability
2009-05-08 Johannes Anderwald- Partly implement IMasterClock
2009-05-08 Johannes Anderwald- Implement IPortMidi, IPortFilterDMus, IPortPinDMus
2009-05-07 Johannes Anderwald- When acquiring a mapping check if the mapping hasn...
2009-05-07 Johannes Anderwald- Fix build (sorry)
2009-05-06 Johannes Anderwald- Use a spinlock with list functions over interlocked...
2009-05-06 Johannes Anderwald- Fix debug statement
2009-05-06 Johannes Anderwald- Declare IID_IDmaChannelSlave as it is not visible...
2009-05-05 Johannes Anderwald- Return status code if releasing the mapping has succeeded
2009-05-05 Johannes Anderwald- Fix build
next