Tuesday, July 11, 2006

Joke from Forum

By: Robin Getz
RE: machine voice [ reply ]
2006-07-11 19:16
Nesta:

I am still puzzelled:

- you are running what video file? what does "running" mean? decoding -
playing - what video format?

- you are listening to the video signal? Or you are decoding an A/V
(Audio/Visual) stream and the audio is not decoding properly?

If you are listening to the video signal - like having the speakers
connected to the video output, are you are looking for ghosts? If so,
this book may help:

http://www.amazon.com/gp/product/0822325721/102-8326188-0684925

-Robin

By: nesta alssandro
RE: machine voice [ reply ]
2006-07-11 15:13
i tried to run video file on my kit ,but the sound of the video looks
like machine voice and i dont know why?

By: Robin Getz
RE: machine voice [ reply ]
2006-07-11 14:31
Nesta:

I am not sure what the question is - you turn the Blackfin on, and you
start hearing voices?

:)

-Robin

By: nesta alssandro
machine voice [ reply ]
2006-07-11 12:49
hi all
does anyone know what is the cause of hearing the actual voice like the
machine voice?

is it related to the kit or what?

Thursday, July 06, 2006

irq thread

arch/blackfin/kernel/irqchip.c

do_irqd() {

while (!kthread_should_stop()) {
if (!down_interruptible(&desc->thrsem)) {
local_irq_disable();
desc->thrhandler(irq,&__ipipe_tick_regs[cpu]);
local_irq_enable();
}
}

}

/----------------------
Note: the semaphore here acts as a counter. So multi interrupt will not lost.
-----------------------/

Blog Archive