From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Bee Hock Goh <beehock@gmail.com>
Cc: "linux-media >> Linux Media Mailing List" <linux-media@vger.kernel.org>
Subject: Re: [PATCH] Fix colorspace on tm6010
Date: Mon, 03 May 2010 20:47:55 -0300 [thread overview]
Message-ID: <4BDF60AB.8020600@redhat.com> (raw)
In-Reply-To: <k2y6e8e83e21005030113v64aea6c0q87754a5d8f04d2d4@mail.gmail.com>
Bee Hock Goh wrote:
> lot of good changes to tm6000. Unfortunately, I am not able to test
> any of this at the moment. Git not working for me anymore as 2.6.33
> insist to freeze my machine on boot.
>
> Reverting to hg does not work as well after my upgrade to lucid. :)
>
> Apparently, its now complain about invalid module format.
>
> if everything work out again, I would like to try and get the audio working.
>
Due to your last email, I suspect you already found a solution to make your
distro to work again.
Audio should be trivial: just finish writing the tm6000-alsa logic
(currently, it is just an skeleton), based on snd-usb-audio (you might also
use the em28xx module as reference, but snd-usb-audio should be the primary
one, since it is maintained by alsa guys, so, in thesis, it probably use better
the alsa API). I bet that just copying the values of the alsa stream to the
audio channels will be enough for having audio.
The thing is: before going to audio, we need to be sure that we're not loosing
anything at copy_streams logic, since, while it is not that bad to loose a video
packet (as we may just repeat the last frame, as the current logic), but this
doesn't work with audio.
--
Cheers,
Mauro
next prev parent reply other threads:[~2010-05-03 23:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-03 7:39 [PATCH] Fix colorspace on tm6010 Mauro Carvalho Chehab
2010-05-03 8:13 ` Bee Hock Goh
2010-05-03 23:47 ` Mauro Carvalho Chehab [this message]
2010-05-04 0:44 ` Bee Hock Goh
2010-05-04 1:36 ` Mauro Carvalho Chehab
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=4BDF60AB.8020600@redhat.com \
--to=mchehab@redhat.com \
--cc=beehock@gmail.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.