From: "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx>
This series is work in progress. It represents the current work done on a
virtual DVB driver for the Linux media subsystem. I am new to the media
subsystem and to kernel development in general.
This driver aims to:
- Serve as template for new DVB driver writers
- Help userspace application writers in general
- Push fake audio/video to userspace for testing
purposes
- Push debug information to userspace via debugfs
This should currently be able to feed PSI and PCM audio data to
userspace.
I appreciate any feedback!