mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	|  859ac200b7 The driver would crash if it was unable to find an output route, and subsequently the destruction of controller did not invoke `GenericInterruptHandler::will_be_destroyed()` because on the level of `AudioController`, that method is unavailable. By decoupling the interrupt handling from the controller, we get a new refcounted class that correctly cleans up after itself :^) | ||
|---|---|---|
| .. | ||
| Codec.cpp | ||
| Codec.h | ||
| Controller.cpp | ||
| Controller.h | ||
| Format.cpp | ||
| Format.h | ||
| InterruptHandler.cpp | ||
| InterruptHandler.h | ||
| OutputPath.h | ||
| RingBuffer.h | ||
| Stream.cpp | ||
| Stream.h | ||
| Timing.h | ||