* latencytest for PPC?
@ 2004-10-18 12:37 MPH Kernel
2004-10-18 13:21 ` Giuliano Pochini
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: MPH Kernel @ 2004-10-18 12:37 UTC (permalink / raw)
To: alsa-devel
Hi,
Anyone have a latency testing tool for PPC?
The latest working version I have is latencytest 0.42, but it
never detects any xruns (where alsa does). So I'm suspicious
of it's output.
latencytest 0.5.5 won't work for PPC. It depends on RTC stuff
not present in the gen_rtc module.
Thanks,
Martin
-------------------------------------------------------
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] 7+ messages in thread* RE: latencytest for PPC? 2004-10-18 12:37 latencytest for PPC? MPH Kernel @ 2004-10-18 13:21 ` Giuliano Pochini 2004-10-18 22:06 ` Martin Habets 2004-10-19 21:20 ` Lee Revell 2 siblings, 0 replies; 7+ messages in thread From: Giuliano Pochini @ 2004-10-18 13:21 UTC (permalink / raw) To: MPH Kernel; +Cc: alsa-devel On 18-Oct-2004 MPH Kernel wrote: > Hi, > > Anyone have a latency testing tool for PPC? > The latest working version I have is latencytest 0.42, but it > never detects any xruns (where alsa does). So I'm suspicious > of it's output. I think you can use aplay as-is... just choose a very short buffer size to make long latencies cause an xrun. > latencytest 0.5.5 won't work for PPC. It depends on RTC stuff > not present in the gen_rtc module. Perhaps someone already added the required features to make latencytest work, but I'm not sure. Search in the archives. -- Giuliano. ------------------------------------------------------- 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] 7+ messages in thread
* Re: latencytest for PPC? 2004-10-18 12:37 latencytest for PPC? MPH Kernel 2004-10-18 13:21 ` Giuliano Pochini @ 2004-10-18 22:06 ` Martin Habets 2004-10-19 14:57 ` Takashi Iwai 2004-10-19 21:20 ` Lee Revell 2 siblings, 1 reply; 7+ messages in thread From: Martin Habets @ 2004-10-18 22:06 UTC (permalink / raw) To: tiwai; +Cc: alsa-devel Takashi, I'm looking into adding RTC_PIE support to the genrtc driver, to get latencytest working. I noticed you added rtc_register and rtc_control to rtc.c for this. But why didn't you add another ioctl in stead? Just wondering. Thanks, Martin On Mon, Oct 18, 2004 at 01:37:25PM +0100, MPH Kernel wrote: > Hi, > > Anyone have a latency testing tool for PPC? > The latest working version I have is latencytest 0.42, but it > never detects any xruns (where alsa does). So I'm suspicious > of it's output. > > latencytest 0.5.5 won't work for PPC. It depends on RTC stuff > not present in the gen_rtc module. > > Thanks, > Martin ------------------------------------------------------- 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] 7+ messages in thread
* Re: latencytest for PPC? 2004-10-18 22:06 ` Martin Habets @ 2004-10-19 14:57 ` Takashi Iwai 0 siblings, 0 replies; 7+ messages in thread From: Takashi Iwai @ 2004-10-19 14:57 UTC (permalink / raw) To: Martin Habets; +Cc: alsa-devel At Mon, 18 Oct 2004 23:06:25 +0100, Martin Habets wrote: > > Takashi, > > I'm looking into adding RTC_PIE support to the genrtc driver, > to get latencytest working. > > I noticed you added rtc_register and rtc_control to rtc.c for this. > But why didn't you add another ioctl in stead? Sorry I don't understand your question. rtc_register() and rtc_control() is a kind of replacement of open/ioctl for the kernel modules. It doesn't add any new functionalities. I guess genrtc won't work properly for latency tests. RTC was used as a high frequenct interrupt source, but genrtc doesn't provide the interrupt fine enough. If you need to use the soundcard's interrupt, keep the Benno's original version (0.42). In this case, you won't get stack traces, though. ciao, Takashi > Just wondering. Thanks, > Martin > > On Mon, Oct 18, 2004 at 01:37:25PM +0100, MPH Kernel wrote: > > Hi, > > > > Anyone have a latency testing tool for PPC? > > The latest working version I have is latencytest 0.42, but it > > never detects any xruns (where alsa does). So I'm suspicious > > of it's output. > > > > latencytest 0.5.5 won't work for PPC. It depends on RTC stuff > > not present in the gen_rtc module. > > > > Thanks, > > Martin > ------------------------------------------------------- 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] 7+ messages in thread
* Re: latencytest for PPC? 2004-10-18 12:37 latencytest for PPC? MPH Kernel 2004-10-18 13:21 ` Giuliano Pochini 2004-10-18 22:06 ` Martin Habets @ 2004-10-19 21:20 ` Lee Revell 2004-10-20 17:54 ` Martin Habets 2 siblings, 1 reply; 7+ messages in thread From: Lee Revell @ 2004-10-19 21:20 UTC (permalink / raw) To: MPH Kernel; +Cc: alsa-devel On Mon, 2004-10-18 at 08:37, MPH Kernel wrote: > Hi, > > Anyone have a latency testing tool for PPC? Untested on PPC but should work: http://www.ussg.iu.edu/hypermail/linux/kernel/0409.1/0665.html Lee ------------------------------------------------------- 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] 7+ messages in thread
* Re: latencytest for PPC? 2004-10-19 21:20 ` Lee Revell @ 2004-10-20 17:54 ` Martin Habets 2004-10-20 17:56 ` Lee Revell 0 siblings, 1 reply; 7+ messages in thread From: Martin Habets @ 2004-10-20 17:54 UTC (permalink / raw) To: Lee Revell; +Cc: MPH Kernel, alsa-devel On Tue, Oct 19, 2004 at 05:20:27PM -0400, Lee Revell wrote: > Untested on PPC but should work: > > http://www.ussg.iu.edu/hypermail/linux/kernel/0409.1/0665.html Well, hardly! The code is in arch/i386 and rtc.c, neither of which are available for PPC. I don't see how to port this either. -- Martin ------------------------------------------------------- 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] 7+ messages in thread
* Re: latencytest for PPC? 2004-10-20 17:54 ` Martin Habets @ 2004-10-20 17:56 ` Lee Revell 0 siblings, 0 replies; 7+ messages in thread From: Lee Revell @ 2004-10-20 17:56 UTC (permalink / raw) To: Martin Habets; +Cc: MPH Kernel, alsa-devel On Wed, 2004-10-20 at 13:54, Martin Habets wrote: > On Tue, Oct 19, 2004 at 05:20:27PM -0400, Lee Revell wrote: > > Untested on PPC but should work: > > > > http://www.ussg.iu.edu/hypermail/linux/kernel/0409.1/0665.html > > Well, hardly! The code is in arch/i386 and rtc.c, neither of which are > available for PPC. I don't see how to port this either. HA! My mistake... Lee ------------------------------------------------------- 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] 7+ messages in thread
end of thread, other threads:[~2004-10-20 17:56 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-10-18 12:37 latencytest for PPC? MPH Kernel 2004-10-18 13:21 ` Giuliano Pochini 2004-10-18 22:06 ` Martin Habets 2004-10-19 14:57 ` Takashi Iwai 2004-10-19 21:20 ` Lee Revell 2004-10-20 17:54 ` Martin Habets 2004-10-20 17:56 ` Lee Revell
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.