Re: [Alsa-user] virtual audiodevice driver

2012-07-26 Thread Daniel Mack
On 26.07.2012 14:36, grprd wrote: >>> Hello, >>> >>> I want to implement virtual driver for sound card. And sound card is not >>> connected through standard PCI, USB.. Its connected through ethernet. >>> Driver should detect network audio device, >>> driver should appear to the user as any other

Re: [Alsa-user] virtual audiodevice driver

2012-07-26 Thread grprd
>> Hello, >>  >> I want to implement virtual driver for sound card. And sound card is not >> connected through standard PCI, USB.. Its connected through ethernet. >> Driver should detect network audio device, >> driver should appear to the user as any other audio output device would. >> UPnP proto

Re: [Alsa-user] virtual audiodevice driver

2012-07-26 Thread Daniel Mack
On 26.07.2012 11:40, Guru wrote: > Hello, > > I want to implement virtual driver for sound card. And sound card is not > connected through standard PCI, USB.. Its connected through ethernet. > Driver should detect network audio device, > driver should appear to the user as any other audio output

[Alsa-user] virtual audiodevice driver

2012-07-26 Thread Guru
Hello, I want to implement virtual driver for sound card. And sound card is not connected through standard PCI, USB.. Its connected through ethernet. Driver should detect network audio device,  driver should appear to the user as any other audio output device would. UPnP protocol supported. I wa