* [PATCH 0/2] tm6000-alsa: Implement fillbuf
@ 2010-06-06 14:53 Mauro Carvalho Chehab
0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2010-06-06 14:53 UTC (permalink / raw)
Cc: Linux Media Mailing List
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-06 14:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 14:53 [PATCH 0/2] tm6000-alsa: Implement fillbuf Mauro Carvalho Chehab
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.