This patch series fixes a few compilation troubles with tm6000, caused by recent patches, and adds an alsa callback to allow it to fill the audio buffers. The current code there is just a printk code, but finishing it should be trivial (assuming that the audio buffers are properly filled). Mauro Carvalho Chehab (6): tm6000: Fix compilation breakages tm6000: Avoid OOPS when loading tm6000-alsa module tm6000-alsa: rework audio buffer allocation/deallocation tm6000: Use an emum for extension type tm6000: Add a callback code for buffer fill tm6000: avoid unknown symbol tm6000_debug drivers/staging/tm6000/tm6000-alsa.c | 81 +++++++++++++++++---------- drivers/staging/tm6000/tm6000-cards.c | 1 - drivers/staging/tm6000/tm6000-core.c | 20 ++++++- drivers/staging/tm6000/tm6000-dvb.c | 12 ++-- drivers/staging/tm6000/tm6000-video.c | 3 +- drivers/staging/tm6000/tm6000.h | 19 +++--- 6 files changed, 86 insertions(+), 50 deletions(-) mode change 100644 => 100755 Documentation/video4linux/extract_xc3028.pl -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html