All of lore.kernel.org
 help / color / mirror / Atom feed
* Hello/EMU 0404 USB driver
@ 2007-03-06 23:09 Martin Wilson
  2007-03-06 23:21 ` Tobin Davis
  2007-03-06 23:23 ` Lee Revell
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Wilson @ 2007-03-06 23:09 UTC (permalink / raw)
  To: alsa-devel

Hi all,

I've been using Linux for work related tasks for a couple of years now 
and after some initial difficulties it has been a great experience.  I 
now wouldn't dream of going back to a proprietary OS as feel I can work 
more far efficiently as a result of using open source tools.  I am 
currently using a mac mini at home for making music attached to a EMU 
0404 USB which is a very good card.  I would like to use something like 
Ubuntu studio instead of OSX for making music, however the sticking 
point is the driver for this particular piece of hardware.  Looking 
around forums it looks like I'm not the only one who has come across 
this problem, so I have the following questions...
1. What is the biggest obstacle for this driver becoming a reality?
2. Do creative play nicely with releasing the specifics of how their 
hardware works?
3. What is the best way to learn how to write drivers for sound cards 
(I've ordered the 'Linux Device drivers' book for an overview)?
4. Does the fact it is USB make it harder?
I have experience in programming in c/c++ and would like to have crack 
at writing a driver (even if I fail miserably!), but I don't want to 
spend ages leaning this process if it's an impossible task because I 
can't get the required information from Creative.  I am noticing many 
exciting tools such as JACK and Ardour gaining momentum and my hope is 
that soon Linux can be as good for play as it has proven to be for work :)

Thanks

Martin


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: Hello/EMU 0404 USB driver
  2007-03-06 23:09 Hello/EMU 0404 USB driver Martin Wilson
@ 2007-03-06 23:21 ` Tobin Davis
  2007-03-06 23:23 ` Lee Revell
  1 sibling, 0 replies; 3+ messages in thread
From: Tobin Davis @ 2007-03-06 23:21 UTC (permalink / raw)
  To: Martin Wilson; +Cc: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 2566 bytes --]

I'd start by downloading the latest test driver, alsa-driver-1.0.14rc3.
There have been a lot of changes to the usb audio recently.  That would
be a good starting point.

As to developing drivers, I couldn't tell you where to start.  The base
for snd-usb-audio is already in place, I'd look it over an get an idea
how it works, then see about getting specs for your sound device to add
to this base.

Tobin

On Tue, 2007-03-06 at 23:09 +0000, Martin Wilson wrote:

> Hi all,
> 
> I've been using Linux for work related tasks for a couple of years now 
> and after some initial difficulties it has been a great experience.  I 
> now wouldn't dream of going back to a proprietary OS as feel I can work 
> more far efficiently as a result of using open source tools.  I am 
> currently using a mac mini at home for making music attached to a EMU 
> 0404 USB which is a very good card.  I would like to use something like 
> Ubuntu studio instead of OSX for making music, however the sticking 
> point is the driver for this particular piece of hardware.  Looking 
> around forums it looks like I'm not the only one who has come across 
> this problem, so I have the following questions...
> 1. What is the biggest obstacle for this driver becoming a reality?
> 2. Do creative play nicely with releasing the specifics of how their 
> hardware works?
> 3. What is the best way to learn how to write drivers for sound cards 
> (I've ordered the 'Linux Device drivers' book for an overview)?
> 4. Does the fact it is USB make it harder?
> I have experience in programming in c/c++ and would like to have crack 
> at writing a driver (even if I fail miserably!), but I don't want to 
> spend ages leaning this process if it's an impossible task because I 
> can't get the required information from Creative.  I am noticing many 
> exciting tools such as JACK and Ardour gaining momentum and my hope is 
> that soon Linux can be as good for play as it has proven to be for work :)
> 
> Thanks
> 
> Martin
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel

-- 
Tobin Davis <tdavis@dsl-only.net>

[-- Attachment #1.2: Type: text/html, Size: 4150 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

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

* Re: Hello/EMU 0404 USB driver
  2007-03-06 23:09 Hello/EMU 0404 USB driver Martin Wilson
  2007-03-06 23:21 ` Tobin Davis
@ 2007-03-06 23:23 ` Lee Revell
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Revell @ 2007-03-06 23:23 UTC (permalink / raw)
  To: Martin Wilson; +Cc: alsa-devel

On 3/6/07, Martin Wilson <mpw473@bham.ac.uk> wrote:
> Hi all,
>
> a EMU
> 0404 USB which is a very good card.  I would like to use something like
> Ubuntu studio instead of OSX for making music, however the sticking
> point is the driver for this particular piece of hardware.  Looking
> around forums it looks like I'm not the only one who has come across
> this problem, so I have the following questions...
> 1. What is the biggest obstacle for this driver becoming a reality?

If the device is class compliant (aka does not require a driver to be
installed on OSX or Windows) then it's very easy.  Otherwise it's very
hard without detailed hardware specs.

> 2. Do creative play nicely with releasing the specifics of how their
> hardware works?

Sometimes.  They've helped with the EMU1212 series and CA0106 (SBLive!
24 bit) but won't help with the X-Fi.

> 3. What is the best way to learn how to write drivers for sound cards
> (I've ordered the 'Linux Device drivers' book for an overview)?

Read "Writing an ALSA driver" and refer to the source code of existing
drivers such as snd-usb-audio.

Lee

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2007-03-06 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 23:09 Hello/EMU 0404 USB driver Martin Wilson
2007-03-06 23:21 ` Tobin Davis
2007-03-06 23:23 ` 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.