* Intervideo patches
@ 2006-06-28 16:10 Lee Revell
2006-06-28 16:31 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Lee Revell @ 2006-06-28 16:10 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Has anyone familiar with HDA intel stuff had a chance to look at this
patch from Intervideo, from bug #2035?
https://bugtrack.alsa-project.org/alsa-bug/file_download.php?file_id=1307&type=bug
It's old (against 1.0.9b) and huge (30K lines of patch) but allegedly it
gets sound working on many HDA intel codecs that currently don't work.
(It's really unfortunate that these vendors fork ALSA every time
something does not work, rather than posting patches...)
Lee
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Intervideo patches
2006-06-28 16:10 Intervideo patches Lee Revell
@ 2006-06-28 16:31 ` Takashi Iwai
2006-06-28 16:34 ` Lee Revell
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2006-06-28 16:31 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel
At Wed, 28 Jun 2006 12:10:34 -0400,
Lee Revell wrote:
>
> Has anyone familiar with HDA intel stuff had a chance to look at this
> patch from Intervideo, from bug #2035?
>
> https://bugtrack.alsa-project.org/alsa-bug/file_download.php?file_id=1307&type=bug
>
> It's old (against 1.0.9b) and huge (30K lines of patch) but allegedly it
> gets sound working on many HDA intel codecs that currently don't work.
>
> (It's really unfortunate that these vendors fork ALSA every time
> something does not work, rather than posting patches...)
Don't ask me, as I have no time to work on this at all.
The changes in hda_codec.c is too ugly to merge, but the changes in
patch_realtek.c is almost systematic and realtively easy to port.
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Intervideo patches
2006-06-28 16:31 ` Takashi Iwai
@ 2006-06-28 16:34 ` Lee Revell
2006-06-28 16:46 ` Takashi Iwai
2006-07-28 13:02 ` Takashi Iwai
0 siblings, 2 replies; 5+ messages in thread
From: Lee Revell @ 2006-06-28 16:34 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Wed, 2006-06-28 at 18:31 +0200, Takashi Iwai wrote:
> At Wed, 28 Jun 2006 12:10:34 -0400,
> Lee Revell wrote:
> >
> > Has anyone familiar with HDA intel stuff had a chance to look at this
> > patch from Intervideo, from bug #2035?
> >
> > https://bugtrack.alsa-project.org/alsa-bug/file_download.php?file_id=1307&type=bug
> >
> > It's old (against 1.0.9b) and huge (30K lines of patch) but allegedly it
> > gets sound working on many HDA intel codecs that currently don't work.
> >
> > (It's really unfortunate that these vendors fork ALSA every time
> > something does not work, rather than posting patches...)
>
> Don't ask me, as I have no time to work on this at all.
>
Heh, I figured this might be the case ;-)
> The changes in hda_codec.c is too ugly to merge, but the changes in
> patch_realtek.c is almost systematic and realtively easy to port.
Maybe I'll get a chance to work on it. I have no such hardware though,
and the patch does not say what the changes do...
Lee
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Intervideo patches
2006-06-28 16:34 ` Lee Revell
@ 2006-06-28 16:46 ` Takashi Iwai
2006-07-28 13:02 ` Takashi Iwai
1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2006-06-28 16:46 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel
At Wed, 28 Jun 2006 12:34:55 -0400,
Lee Revell wrote:
>
> On Wed, 2006-06-28 at 18:31 +0200, Takashi Iwai wrote:
> > At Wed, 28 Jun 2006 12:10:34 -0400,
> > Lee Revell wrote:
> > >
> > > Has anyone familiar with HDA intel stuff had a chance to look at this
> > > patch from Intervideo, from bug #2035?
> > >
> > > https://bugtrack.alsa-project.org/alsa-bug/file_download.php?file_id=1307&type=bug
> > >
> > > It's old (against 1.0.9b) and huge (30K lines of patch) but allegedly it
> > > gets sound working on many HDA intel codecs that currently don't work.
> > >
> > > (It's really unfortunate that these vendors fork ALSA every time
> > > something does not work, rather than posting patches...)
> >
> > Don't ask me, as I have no time to work on this at all.
> >
>
> Heh, I figured this might be the case ;-)
>
> > The changes in hda_codec.c is too ugly to merge, but the changes in
> > patch_realtek.c is almost systematic and realtively easy to port.
>
> Maybe I'll get a chance to work on it. I have no such hardware though,
> and the patch does not say what the changes do...
Thanks, that'll be really helpful.
I see that many stuff has been already included in the latest code.
So you should start from a certain codec model with communicative
testers.
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Intervideo patches
2006-06-28 16:34 ` Lee Revell
2006-06-28 16:46 ` Takashi Iwai
@ 2006-07-28 13:02 ` Takashi Iwai
1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2006-07-28 13:02 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel
At Wed, 28 Jun 2006 12:34:55 -0400,
Lee Revell wrote:
>
> On Wed, 2006-06-28 at 18:31 +0200, Takashi Iwai wrote:
> > At Wed, 28 Jun 2006 12:10:34 -0400,
> > Lee Revell wrote:
> > >
> > > Has anyone familiar with HDA intel stuff had a chance to look at this
> > > patch from Intervideo, from bug #2035?
> > >
> > > https://bugtrack.alsa-project.org/alsa-bug/file_download.php?file_id=1307&type=bug
> > >
> > > It's old (against 1.0.9b) and huge (30K lines of patch) but allegedly it
> > > gets sound working on many HDA intel codecs that currently don't work.
> > >
> > > (It's really unfortunate that these vendors fork ALSA every time
> > > something does not work, rather than posting patches...)
> >
> > Don't ask me, as I have no time to work on this at all.
> >
>
> Heh, I figured this might be the case ;-)
>
> > The changes in hda_codec.c is too ugly to merge, but the changes in
> > patch_realtek.c is almost systematic and realtively easy to port.
>
> Maybe I'll get a chance to work on it. I have no such hardware though,
> and the patch does not say what the changes do...
OK, the football fever is over and the busy conference week is over,
too, and now I finally managed to port missing pieces there. Most of
stuff had been already in HG version, so just one Arima model was
missing.
There are some cosmetic differences between that and HG version, but
it should be no harm.
The hunk in hda_codec.c shouldn't be ported. According to Realtek
guys, it's just for intervideo, and no generic need.
I also added the model type string for every model. If someone has a
device that still doesn't work and some new models are found for its
codec chip (ALCxxx), give it a try.
Takashi
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-07-28 13:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 16:10 Intervideo patches Lee Revell
2006-06-28 16:31 ` Takashi Iwai
2006-06-28 16:34 ` Lee Revell
2006-06-28 16:46 ` Takashi Iwai
2006-07-28 13:02 ` Takashi Iwai
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.