All of lore.kernel.org
 help / color / mirror / Atom feed
* driver or plugin?
@ 2009-02-04 19:55 Hartman Mario Andres
  2009-02-05  9:23 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Hartman Mario Andres @ 2009-02-04 19:55 UTC (permalink / raw)
  To: Alsa mailing list

hi everybody, this is my first post in the list.

currently i work in a new project, and i need is some help to finish
this. I wrote an application whose take data from serial port or from
bluetooth device(spp) and store the data in a raw file(the data is
audio). Now i need to do this: the data received from the port, send
to internet through voip software like ekiga, kphone, etc.
I read  writing-an-alsa-driver.pdf, alsa-driver-api.pdf but i dont
know how create a source of data, for softwares of voip take data like
a microphone and also receive data from these programs.
I've been looking serial-u16550.c
   
would be something similar to what the bluez bluetooth headphones

Sorry for my english is not very good.

greetings

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: driver or plugin?
  2009-02-04 19:55 driver or plugin? Hartman Mario Andres
@ 2009-02-05  9:23 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-02-05  9:23 UTC (permalink / raw)
  To: Hartman Mario Andres; +Cc: Alsa mailing list

At Wed, 04 Feb 2009 17:55:12 -0200,
Hartman Mario Andres wrote:
> 
> hi everybody, this is my first post in the list.
> 
> currently i work in a new project, and i need is some help to finish
> this. I wrote an application whose take data from serial port or from
> bluetooth device(spp) and store the data in a raw file(the data is
> audio). Now i need to do this: the data received from the port, send
> to internet through voip software like ekiga, kphone, etc.
> I read  writing-an-alsa-driver.pdf, alsa-driver-api.pdf but i dont
> know how create a source of data, for softwares of voip take data like
> a microphone and also receive data from these programs.
> I've been looking serial-u16550.c
>    
> would be something similar to what the bluez bluetooth headphones

If you can access the data with the existing device file, the plugin
solution could be easier.  The kernel driver is needed for the cases
that you need some raw access to the hardware and/or need to handle
interrupts directly.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-05  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 19:55 driver or plugin? Hartman Mario Andres
2009-02-05  9:23 ` 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.