* Broken AC3 on EMU10K1 since July 2-nd
@ 2004-09-27 16:03 Georgi Georgiev
2004-09-27 16:20 ` Georgi Georgiev
0 siblings, 1 reply; 11+ messages in thread
From: Georgi Georgiev @ 2004-09-27 16:03 UTC (permalink / raw)
To: alsa-devel
Hello,
When trying to play an AC3 sound on my Creative Live I got heavy
skipping. The "Digital" light on my decoder was flashing for less than a
second and then remained turned off for a little longer (but still less
than a second).
I tried different versions of alsa-driver, and versions prior to 1.0.5
were OK. I thought the problem is related to the fact that the
passthrough device changed from subdevice 2 to subdevice 3 in version
1.0.6, but it seems it is unrelated.
I checked out the CVS in my kernel source tree, and after playing with
different dates:
cvs up -D "1 Jul 2004" -- sound plays OK
cvs up -D "2 Jul 2004" -- sound skips heavily
However, there were a lot of changes between these two versions, some of
them pretty extensive, especially in the emu10k1 driver.
I sent the AC3 file with:
$ ac3dec -C city.ac3
Using PCM device 'plug:iec958:{AES0 0x2 AES1 0x82 AES2 0x0 AES3 0x2}'
AC3 Stream 48.0 KHz 448 kbps
but the effect was identical to when using mplayer with -ac hwac3 on a
DVD for example.
--
> Georgi Georgiev > Love thy neighbor as thyself, but choose >
< chutz@gg3.net < your neighborhood. -- Louise Beal <
> +81(90)6266-1163 > >
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Broken AC3 on EMU10K1 since July 2-nd
2004-09-27 16:03 Broken AC3 on EMU10K1 since July 2-nd Georgi Georgiev
@ 2004-09-27 16:20 ` Georgi Georgiev
2004-09-27 18:50 ` Lee Revell
2004-09-27 19:56 ` Takashi Iwai
0 siblings, 2 replies; 11+ messages in thread
From: Georgi Georgiev @ 2004-09-27 16:20 UTC (permalink / raw)
To: alsa-devel
maillog: 28/09/2004-01:03:14(+0900): Georgi Georgiev types
> I checked out the CVS in my kernel source tree, and after playing with
> different dates:
>
> cvs up -D "1 Jul 2004" -- sound plays OK
> cvs up -D "2 Jul 2004" -- sound skips heavily
I did some more checking:
cvs up -dP -D "1 Jul 2004 18:0:0" -- OK
cvs up -dP -D "1 Jul 2004 19:0:0" -- BAD
Still, I cannot understand the changes made to emu10k1, so I don't know
what the problem might be. I hope someone finds the fix.
--
| Georgi Georgiev | You will be given a post of trust and |
| chutz@gg3.net | responsibility. |
| +81(90)6266-1163 | |
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Re: Broken AC3 on EMU10K1 since July 2-nd
2004-09-27 16:20 ` Georgi Georgiev
@ 2004-09-27 18:50 ` Lee Revell
[not found] ` <20040928051034.GA9175@lion.gg3.net>
2004-09-27 19:56 ` Takashi Iwai
1 sibling, 1 reply; 11+ messages in thread
From: Lee Revell @ 2004-09-27 18:50 UTC (permalink / raw)
To: Georgi Georgiev; +Cc: alsa-devel
On Mon, 2004-09-27 at 12:20, Georgi Georgiev wrote:
> maillog: 28/09/2004-01:03:14(+0900): Georgi Georgiev types
> > I checked out the CVS in my kernel source tree, and after playing with
> > different dates:
> >
> > cvs up -D "1 Jul 2004" -- sound plays OK
> > cvs up -D "2 Jul 2004" -- sound skips heavily
>
> I did some more checking:
>
> cvs up -dP -D "1 Jul 2004 18:0:0" -- OK
> cvs up -dP -D "1 Jul 2004 19:0:0" -- BAD
>
> Still, I cannot understand the changes made to emu10k1, so I don't know
> what the problem might be. I hope someone finds the fix.
Can you please send me the diff via private mail? I might be able to
figure it out.
Lee
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Re: Broken AC3 on EMU10K1 since July 2-nd
2004-09-27 16:20 ` Georgi Georgiev
2004-09-27 18:50 ` Lee Revell
@ 2004-09-27 19:56 ` Takashi Iwai
2004-09-28 5:12 ` Georgi Georgiev
1 sibling, 1 reply; 11+ messages in thread
From: Takashi Iwai @ 2004-09-27 19:56 UTC (permalink / raw)
To: Georgi Georgiev; +Cc: alsa-devel
At Tue, 28 Sep 2004 01:20:24 +0900,
Georgi Georgiev wrote:
>
> maillog: 28/09/2004-01:03:14(+0900): Georgi Georgiev types
> > I checked out the CVS in my kernel source tree, and after playing with
> > different dates:
> >
> > cvs up -D "1 Jul 2004" -- sound plays OK
> > cvs up -D "2 Jul 2004" -- sound skips heavily
>
> I did some more checking:
>
> cvs up -dP -D "1 Jul 2004 18:0:0" -- OK
> cvs up -dP -D "1 Jul 2004 19:0:0" -- BAD
>
> Still, I cannot understand the changes made to emu10k1, so I don't know
> what the problem might be. I hope someone finds the fix.
Are you using the latest alsa-lib, too?
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Re: Broken AC3 on EMU10K1 since July 2-nd
2004-09-27 19:56 ` Takashi Iwai
@ 2004-09-28 5:12 ` Georgi Georgiev
2004-09-28 17:29 ` Takashi Iwai
0 siblings, 1 reply; 11+ messages in thread
From: Georgi Georgiev @ 2004-09-28 5:12 UTC (permalink / raw)
To: alsa-devel
maillog: 27/09/2004-21:56:50(+0200): Takashi Iwai types
> At Tue, 28 Sep 2004 01:20:24 +0900,
> Georgi Georgiev wrote:
> >
> > maillog: 28/09/2004-01:03:14(+0900): Georgi Georgiev types
> > > I checked out the CVS in my kernel source tree, and after playing with
> > > different dates:
> > >
> > > cvs up -D "1 Jul 2004" -- sound plays OK
> > > cvs up -D "2 Jul 2004" -- sound skips heavily
> >
> > I did some more checking:
> >
> > cvs up -dP -D "1 Jul 2004 18:0:0" -- OK
> > cvs up -dP -D "1 Jul 2004 19:0:0" -- BAD
> >
> > Still, I cannot understand the changes made to emu10k1, so I don't know
> > what the problem might be. I hope someone finds the fix.
>
> Are you using the latest alsa-lib, too?
Well, it is the latest *stable* version -- 1.0.6.
--
*) Georgi Georgiev *) Amy: Aw, he looks like a little insane *)
(* chutz@gg3.net (* drunken angel. (*
*) +81(90)6266-1163 *) *)
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Re: Broken AC3 on EMU10K1 since July 2-nd
2004-09-28 5:12 ` Georgi Georgiev
@ 2004-09-28 17:29 ` Takashi Iwai
0 siblings, 0 replies; 11+ messages in thread
From: Takashi Iwai @ 2004-09-28 17:29 UTC (permalink / raw)
To: Georgi Georgiev; +Cc: alsa-devel
At Tue, 28 Sep 2004 14:12:51 +0900,
Georgi Georgiev wrote:
>
> maillog: 27/09/2004-21:56:50(+0200): Takashi Iwai types
> > At Tue, 28 Sep 2004 01:20:24 +0900,
> > Georgi Georgiev wrote:
> > >
> > > maillog: 28/09/2004-01:03:14(+0900): Georgi Georgiev types
> > > > I checked out the CVS in my kernel source tree, and after playing with
> > > > different dates:
> > > >
> > > > cvs up -D "1 Jul 2004" -- sound plays OK
> > > > cvs up -D "2 Jul 2004" -- sound skips heavily
> > >
> > > I did some more checking:
> > >
> > > cvs up -dP -D "1 Jul 2004 18:0:0" -- OK
> > > cvs up -dP -D "1 Jul 2004 19:0:0" -- BAD
> > >
> > > Still, I cannot understand the changes made to emu10k1, so I don't know
> > > what the problem might be. I hope someone finds the fix.
> >
> > Are you using the latest alsa-lib, too?
>
> Well, it is the latest *stable* version -- 1.0.6.
If you use the CVS version of driver, use the CVS version of
alsa-lib, too.
Anyway, this problem must be a bug I introduced at that time...
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Re: Broken AC3 on EMU10K1 since July 2-nd
@ 2004-09-28 6:29 Peter Zubaj
0 siblings, 0 replies; 11+ messages in thread
From: Peter Zubaj @ 2004-09-28 6:29 UTC (permalink / raw)
To: alsa-devel; +Cc: chutz
This change was made on 1 jul 2004. I don't think it depends on alsa-lib:
http://cvs.sourceforge.net/viewcvs.py/alsa/alsa-kernel/pci/emu10k1/emupcm.c?r1=1.28&r2=1.29
Peter Zubaj
========================== REKLAMA ==============================
*BUENA VISTA SOCIAL CLUB* Info: +421 904 666 363
*Ibrahim Ferrer* http://www.xl.sk
*3.oktobra 2004 o 20,00 hod* email: mailto:buena@xl.sk
*Bratislava, INCHEBA - hala C*
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2004-09-30 14:48 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-27 16:03 Broken AC3 on EMU10K1 since July 2-nd Georgi Georgiev
2004-09-27 16:20 ` Georgi Georgiev
2004-09-27 18:50 ` Lee Revell
[not found] ` <20040928051034.GA9175@lion.gg3.net>
2004-09-28 16:24 ` Lee Revell
2004-09-28 16:28 ` Takashi Iwai
2004-09-30 10:10 ` Takashi Iwai
2004-09-30 14:48 ` Georgi Georgiev
2004-09-27 19:56 ` Takashi Iwai
2004-09-28 5:12 ` Georgi Georgiev
2004-09-28 17:29 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2004-09-28 6:29 Peter Zubaj
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.