This series fixes some bugs at alsa initialization that were leading into passing a wrong pointer into alsa PCM substream private_data, causing oopses at start/stop stream. It also implements a routine to fill the alsa buffers when data is received at the URB handler. Note: I tested here with both tm6010 and tm5600 devices. The number of "audio" packets is incredibly small, meaning that or the audio packets aren't properly decoded, or there are still bugs at the copy_streams() routine. Maybe Stefan or Dmitri can double check what's going wrong there. Mauro Carvalho Chehab (2): tm6000-alsa: Fix several bugs at the driver initialization code tm6000-alsa: Implement a routine to store data received from URB drivers/staging/tm6000/tm6000-alsa.c | 105 +++++++++++++++++++++++----------- drivers/staging/tm6000/tm6000-core.c | 6 +- drivers/staging/tm6000/tm6000.h | 5 +- 3 files changed, 78 insertions(+), 38 deletions(-) -- 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