* Mindprint DI-MOD USB
@ 2007-12-05 8:49 Christian Schumann
2007-12-05 11:47 ` Clemens Ladisch
0 siblings, 1 reply; 3+ messages in thread
From: Christian Schumann @ 2007-12-05 8:49 UTC (permalink / raw)
To: alsa-devel
Hi,
in janoary, I wrote to this list about an extension of the usb-audio
driver for the Mindprint DI-MOD USB, but neither hat the necessary
information at hand, no became a reply. In the meantime I did some
research and here's what I found out:
The DI-MOD USB is pretty usb-audio class compliant with the exception of
the spdif output, which has to be activated manaually. I did this with
the windows driver, but it would be nice to be able to do that with
ALSA.
I have a Envoice MkII with the DI-MOD USB, and my suggestion would be to
automatically enable the spdif output when initializing the driver. The
spdif output does not have any other effect on the card functionality.
This could for example be included into the setup quirks for usb
interfaces.
The info I got from Markus Medau at usb-audio.com is the following:
Digital: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00, wIndex 0x04, data length 1: data 0x01
Analog: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00, wIndex 0x02, data length 1: data 0x00
I don't have experience in writing drivers, but if someone can give me a
clue where to start, I could give it a try.
Regards
Christian
--
------------------------------------------------------------------------
Dipl.-Phys. Christian Schumann |Technische Universitaet Kaiserslautern
Mail: schumann@physik.uni-kl.de | Fachbereich Physik
Tel.: 0631/205-4842 (Office) | http://www.physik.uni-kl.de
Tel.: 0631/205-4843 (Lab) |
Fax.: 0631/205-3902 |
Post: Erwin-Schroedinger-Strasse, D-67663 Kaiserslautern
-------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Mindprint DI-MOD USB
2007-12-05 8:49 Mindprint DI-MOD USB Christian Schumann
@ 2007-12-05 11:47 ` Clemens Ladisch
2007-12-05 12:32 ` Christian Schumann
0 siblings, 1 reply; 3+ messages in thread
From: Clemens Ladisch @ 2007-12-05 11:47 UTC (permalink / raw)
To: Christian Schumann, alsa-devel
Christian Schumann wrote:
> The DI-MOD USB is pretty usb-audio class compliant with the exception of
> the spdif output, which has to be activated manaually. I did this with
> the windows driver, but it would be nice to be able to do that with
> ALSA.
> I have a Envoice MkII with the DI-MOD USB, and my suggestion would be to
> automatically enable the spdif output when initializing the driver. The
> spdif output does not have any other effect on the card functionality.
That is, it doesn't affect the analog output in any way?
> Digital: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00,
> wIndex 0x04, data length 1: data 0x01
> Analog: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00,
> wIndex 0x02, data length 1: data 0x00
>
> I don't have experience in writing drivers, but if someone can give me a
> clue where to start, I could give it a try.
Have a look at the *_boot_quirk functions in usbaudio.c.
Regards,
Clemens
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Mindprint DI-MOD USB
2007-12-05 11:47 ` Clemens Ladisch
@ 2007-12-05 12:32 ` Christian Schumann
0 siblings, 0 replies; 3+ messages in thread
From: Christian Schumann @ 2007-12-05 12:32 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel
On Wed, Dec 05, 2007 at 12:47:44PM +0100, Clemens Ladisch wrote:
> Christian Schumann wrote:
> > The DI-MOD USB is pretty usb-audio class compliant with the exception of
> > the spdif output, which has to be activated manaually. I did this with
> > the windows driver, but it would be nice to be able to do that with
> > ALSA.
> > I have a Envoice MkII with the DI-MOD USB, and my suggestion would be to
> > automatically enable the spdif output when initializing the driver. The
> > spdif output does not have any other effect on the card functionality.
>
> That is, it doesn't affect the analog output in any way?
As far as I can say it doesn't.
> > Digital: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00,
> > wIndex 0x04, data length 1: data 0x01
> > Analog: Vendorrequest, Typ: Out/Vendorinterface, bReq setCur, wVal 0x00,
> > wIndex 0x02, data length 1: data 0x00
> >
> > I don't have experience in writing drivers, but if someone can give me a
> > clue where to start, I could give it a try.
>
> Have a look at the *_boot_quirk functions in usbaudio.c.
ok, I'll start there. Thanks.
Regards
Christian
--
------------------------------------------------------------------------
Dipl.-Phys. Christian Schumann |Technische Universitaet Kaiserslautern
Mail: schumann@physik.uni-kl.de | Fachbereich Physik
Tel.: 0631/205-4842 (Office) | http://www.physik.uni-kl.de
Tel.: 0631/205-4843 (Lab) |
Fax.: 0631/205-3902 |
Post: Erwin-Schroedinger-Strasse, D-67663 Kaiserslautern
-------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-05 12:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 8:49 Mindprint DI-MOD USB Christian Schumann
2007-12-05 11:47 ` Clemens Ladisch
2007-12-05 12:32 ` Christian Schumann
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.