All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@bombadil.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/2] tm6000-alsa: Implement fillbuf
Date: Sun, 6 Jun 2010 11:53:13 -0300	[thread overview]
Message-ID: <20100606115313.475eba6c@pedra> (raw)

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(-)


                 reply	other threads:[~2010-06-06 14:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100606115313.475eba6c@pedra \
    --to=mchehab@redhat.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.