All of lore.kernel.org
 help / color / mirror / Atom feed
* Driver: EMU USB 0404 driver development
@ 2008-09-22 18:13 Klaus Schulz
  2008-09-26 10:20 ` Vedran Miletić
  0 siblings, 1 reply; 9+ messages in thread
From: Klaus Schulz @ 2008-09-22 18:13 UTC (permalink / raw)
  To: alsa-devel

Hi folks.

I learned that EMU handed over specs related to the EMU 0202/0404 USB to
you guys some time ago.

http://ubuntuforums.org/showpost.php?p=4892734&postcount=157

Is anybody assigned to the task?

Cheers

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-22 18:13 Driver: EMU USB 0404 driver development Klaus Schulz
@ 2008-09-26 10:20 ` Vedran Miletić
  2008-09-26 13:44   ` Klaus Schulz
  0 siblings, 1 reply; 9+ messages in thread
From: Vedran Miletić @ 2008-09-26 10:20 UTC (permalink / raw)
  To: Klaus Schulz, alsa-devel mailing list

Doesn't it already sort of work with limited functionality?

2008/9/22 Klaus Schulz <kls.schlz@googlemail.com>:
> Hi folks.
>
> I learned that EMU handed over specs related to the EMU 0202/0404 USB to
> you guys some time ago.
>
> http://ubuntuforums.org/showpost.php?p=4892734&postcount=157
>
> Is anybody assigned to the task?
>
> Cheers
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>



-- 
Vedran Miletić
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-26 10:20 ` Vedran Miletić
@ 2008-09-26 13:44   ` Klaus Schulz
  2008-09-26 15:04     ` Vedran Miletić
  2008-09-29 22:01     ` Eran Tromer
  0 siblings, 2 replies; 9+ messages in thread
From: Klaus Schulz @ 2008-09-26 13:44 UTC (permalink / raw)
  To: Vedran Miletić; +Cc: alsa-devel mailing list

Yep.  But rather by coincidence ( at least a quirk to recognize the card and
a small routine (usbaudio.c) to handle the samples properly has been
implemented).

First you need to upgrade the  firmware via Windows - which is a must. After
that the card defaults to 44,1/16 after power up.
This is the reason why 44.1/16 playback works.

What's missing, is the complete control of the card modes, register settings
etc.

If the registers are known, which I assume, according to EMU statement, it
shouldn't be a big deal to get it working.

Now it would be interesting to know who sits on these information. I'd be
happy to get in touch with him to support the design process.

Cheers




On Fri, Sep 26, 2008 at 12:20 PM, Vedran Miletić <rivanvx@gmail.com> wrote:

> Doesn't it already sort of work with limited functionality?
>
> 2008/9/22 Klaus Schulz <kls.schlz@googlemail.com>:
> > Hi folks.
> >
> > I learned that EMU handed over specs related to the EMU 0202/0404 USB to
> > you guys some time ago.
> >
> > http://ubuntuforums.org/showpost.php?p=4892734&postcount=157
> >
> > Is anybody assigned to the task?
> >
> > Cheers
> > _______________________________________________
> > Alsa-devel mailing list
> > Alsa-devel@alsa-project.org
> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
>
>
>
> --
> Vedran Miletić
>

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-26 13:44   ` Klaus Schulz
@ 2008-09-26 15:04     ` Vedran Miletić
  2008-09-28 16:14       ` Klaus Schulz
  2008-09-29 22:01     ` Eran Tromer
  1 sibling, 1 reply; 9+ messages in thread
From: Vedran Miletić @ 2008-09-26 15:04 UTC (permalink / raw)
  To: Klaus Schulz, alsa-devel mailing list

James Courtier-Dutton has been making drivers for E-mu PCI cards, so
there is a chance that he might be the guy who got the datasheets or
know who did. Maybe you should ask him.

2008/9/26 Klaus Schulz <kls.schlz@googlemail.com>:
> Yep.  But rather by coincidence ( at least a quirk to recognize the card and
> a small routine (usbaudio.c) to handle the samples properly has been
> implemented).
>
> First you need to upgrade the  firmware via Windows - which is a must. After
> that the card defaults to 44,1/16 after power up.
> This is the reason why 44.1/16 playback works.
>
> What's missing, is the complete control of the card modes, register settings
> etc.
>
> If the registers are known, which I assume, according to EMU statement, it
> shouldn't be a big deal to get it working.
>
> Now it would be interesting to know who sits on these information. I'd be
> happy to get in touch with him to support the design process.
>
> Cheers
>
>
>
>
> On Fri, Sep 26, 2008 at 12:20 PM, Vedran Miletić <rivanvx@gmail.com> wrote:
>>
>> Doesn't it already sort of work with limited functionality?
>>
>> 2008/9/22 Klaus Schulz <kls.schlz@googlemail.com>:
>> > Hi folks.
>> >
>> > I learned that EMU handed over specs related to the EMU 0202/0404 USB to
>> > you guys some time ago.
>> >
>> > http://ubuntuforums.org/showpost.php?p=4892734&postcount=157
>> >
>> > Is anybody assigned to the task?
>> >
>> > Cheers
>> > _______________________________________________
>> > Alsa-devel mailing list
>> > Alsa-devel@alsa-project.org
>> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>> >
>>
>>
>>
>> --
>> Vedran Miletić
>
>



-- 
Vedran Miletić
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-26 15:04     ` Vedran Miletić
@ 2008-09-28 16:14       ` Klaus Schulz
  2008-09-29 10:01         ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Klaus Schulz @ 2008-09-28 16:14 UTC (permalink / raw)
  To: Vedran Miletić; +Cc: alsa-devel mailing list

Hi Vedran.

How can I get in touch with him?
I looked up responsibilities for EMU10k1. Takashi and Jaroslav seem to be in
charge for that EMU product.

THX
Cheers

On Fri, Sep 26, 2008 at 5:04 PM, Vedran Miletić <rivanvx@gmail.com> wrote:

> James Courtier-Dutton has been making drivers for E-mu PCI cards, so
> there is a chance that he might be the guy who got the datasheets or
> know who did. Maybe you should ask him.
>
> 2008/9/26 Klaus Schulz <kls.schlz@googlemail.com>:
> > Yep.  But rather by coincidence ( at least a quirk to recognize the card
> and
> > a small routine (usbaudio.c) to handle the samples properly has been
> > implemented).
> >
> > First you need to upgrade the  firmware via Windows - which is a must.
> After
> > that the card defaults to 44,1/16 after power up.
> > This is the reason why 44.1/16 playback works.
> >
> > What's missing, is the complete control of the card modes, register
> settings
> > etc.
> >
> > If the registers are known, which I assume, according to EMU statement,
> it
> > shouldn't be a big deal to get it working.
> >
> > Now it would be interesting to know who sits on these information. I'd be
> > happy to get in touch with him to support the design process.
> >
> > Cheers
> >
> >
> >
> >
> > On Fri, Sep 26, 2008 at 12:20 PM, Vedran Miletić <rivanvx@gmail.com>
> wrote:
> >>
> >> Doesn't it already sort of work with limited functionality?
> >>
> >> 2008/9/22 Klaus Schulz <kls.schlz@googlemail.com>:
> >> > Hi folks.
> >> >
> >> > I learned that EMU handed over specs related to the EMU 0202/0404 USB
> to
> >> > you guys some time ago.
> >> >
> >> > http://ubuntuforums.org/showpost.php?p=4892734&postcount=157
> >> >
> >> > Is anybody assigned to the task?
> >> >
> >> > Cheers
> >> > _______________________________________________
> >> > Alsa-devel mailing list
> >> > Alsa-devel@alsa-project.org
> >> > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >> >
> >>
> >>
> >>
> >> --
> >> Vedran Miletić
> >
> >
>
>
>
> --
> Vedran Miletić
>

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-28 16:14       ` Klaus Schulz
@ 2008-09-29 10:01         ` Takashi Iwai
  0 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2008-09-29 10:01 UTC (permalink / raw)
  To: Klaus Schulz; +Cc: Vedran Miletić, alsa-devel mailing list

At Sun, 28 Sep 2008 18:14:44 +0200,
Klaus Schulz wrote:
> 
> Hi Vedran.
> 
> How can I get in touch with him?
> I looked up responsibilities for EMU10k1. Takashi and Jaroslav seem to be in
> charge for that EMU product.

I have no datasheet, at least...


Takashi

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-26 13:44   ` Klaus Schulz
  2008-09-26 15:04     ` Vedran Miletić
@ 2008-09-29 22:01     ` Eran Tromer
  2008-09-30 14:15       ` Vedran Miletić
  1 sibling, 1 reply; 9+ messages in thread
From: Eran Tromer @ 2008-09-29 22:01 UTC (permalink / raw)
  To: Klaus Schulz; +Cc: Vedran Miletić, alsa-devel mailing list

On 2008-09-26 09:44, Klaus Schulz wrote:
> What's missing, is the complete control of the card modes, register settings
> etc.
> 
> If the registers are known, which I assume, according to EMU statement, it
> shouldn't be a big deal to get it working.
> 
> Now it would be interesting to know who sits on these information. I'd be
> happy to get in touch with him to support the design process.

James Courtier-Dutton has the E-MU USB specs. Quoting
<https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu>:

"EMU have also now sent me a datasheet for the EMU USB sound cards. I
just need the time to play with them a bit to get them working.
Please feel free to send me donations to my paypal account: James at
superbug dot co dot uk
The support for the EMU USB cards has started, and basic support is now
in the latest alsa hg. It only supports 48000 rate, but all the in/outs
should work. Still TODO: Control of extension units that are used for
setting the rate,spdif options etc."

That's the last update, from 2007-10-07. Many people have offered help...

BTW, I guess the 48000Hz rate refers to the hardware's default sample
rate. The E-MU Tracker Pre (and recent 0202/0404 USB firmware) actually
defaults to 44100Hz, so it seems only that rate works with ALSA usb-audio.

  Eran

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-29 22:01     ` Eran Tromer
@ 2008-09-30 14:15       ` Vedran Miletić
  2008-11-03 11:45         ` Klaus Schulz
  0 siblings, 1 reply; 9+ messages in thread
From: Vedran Miletić @ 2008-09-30 14:15 UTC (permalink / raw)
  To: Eran Tromer, alsa-devel mailing list

Has anyone heard from James recently? I CC'ed him on a question about
jack latency on E-mu PCI cards recently, but he never replied. Wonder
if he wasn't interested in replying or he is not reachable at all.

2008/9/30 Eran Tromer <eran@tromer.org>:
> James Courtier-Dutton has the E-MU USB specs. Quoting
> <https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu>:
>
> "EMU have also now sent me a datasheet for the EMU USB sound cards. I
> just need the time to play with them a bit to get them working.
> Please feel free to send me donations to my paypal account: James at
> superbug dot co dot uk
> The support for the EMU USB cards has started, and basic support is now
> in the latest alsa hg. It only supports 48000 rate, but all the in/outs
> should work. Still TODO: Control of extension units that are used for
> setting the rate,spdif options etc."
>
> That's the last update, from 2007-10-07. Many people have offered help...

-- 
Vedran Miletić
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: Driver: EMU USB 0404 driver development
  2008-09-30 14:15       ` Vedran Miletić
@ 2008-11-03 11:45         ` Klaus Schulz
  0 siblings, 0 replies; 9+ messages in thread
From: Klaus Schulz @ 2008-11-03 11:45 UTC (permalink / raw)
  To: Vedran Miletić; +Cc: Eran Tromer, alsa-devel mailing list

Hi folks.

I'd like to have a look at the subject of developing a driver for the EMU
0404 USB,
(at least to see to see how far I can get by myself)

I contacted EMU support via Internet - they didn't even answer my question.

I am wondering if there is a special channel of how to get in touch with
the EMU guys to get the specs and discussing the NDA subject?

THX


On Tue, Sep 30, 2008 at 3:15 PM, Vedran Miletić <rivanvx@gmail.com> wrote:

> Has anyone heard from James recently? I CC'ed him on a question about
> jack latency on E-mu PCI cards recently, but he never replied. Wonder
> if he wasn't interested in replying or he is not reachable at all.
>
> 2008/9/30 Eran Tromer <eran@tromer.org>:
> > James Courtier-Dutton has the E-MU USB specs. Quoting
> > <https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu>:
> >
> > "EMU have also now sent me a datasheet for the EMU USB sound cards. I
> > just need the time to play with them a bit to get them working.
> > Please feel free to send me donations to my paypal account: James at
> > superbug dot co dot uk
> > The support for the EMU USB cards has started, and basic support is now
> > in the latest alsa hg. It only supports 48000 rate, but all the in/outs
> > should work. Still TODO: Control of extension units that are used for
> > setting the rate,spdif options etc."
> >
> > That's the last update, from 2007-10-07. Many people have offered help...
>
> --
> Vedran Miletić
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

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

end of thread, other threads:[~2008-11-03 11:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 18:13 Driver: EMU USB 0404 driver development Klaus Schulz
2008-09-26 10:20 ` Vedran Miletić
2008-09-26 13:44   ` Klaus Schulz
2008-09-26 15:04     ` Vedran Miletić
2008-09-28 16:14       ` Klaus Schulz
2008-09-29 10:01         ` Takashi Iwai
2008-09-29 22:01     ` Eran Tromer
2008-09-30 14:15       ` Vedran Miletić
2008-11-03 11:45         ` Klaus Schulz

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.