* Support for Midiman M-Audio Delta 410
@ 2002-10-30 8:14 Kristof Pelckmans
2002-10-31 10:08 ` Takashi Iwai
0 siblings, 1 reply; 8+ messages in thread
From: Kristof Pelckmans @ 2002-10-30 8:14 UTC (permalink / raw)
To: alsa-devel; +Cc: perex, tiwae, ajh
Hi all,
I bought a M-Audio Delta 410 card last weekend. When I tried loading the snd-
ice1712 module and unmuting all channels, I got a scrambled sound. (I did not
try the envy24control since I have no X)
The last few days, I did some research and I found out in the sourcecode that
the card is not fully supported.
Based on my pictures (see
http://home.planetinternet.be/~kpelckma/delta410/delta410.html) I deduct that
the Delta 410 has following chips :
- 1x AK4529VQ (A/D and D/A conversion) NOT SUPPORTED ?
- 1x CS8427 (tranceiver, I/O for AK4529 & S/PDIF), SUPPORTED also appears in
Delta 1010LT and Delta Audiophile cards
- 1x ENVY24, SUPPORTED by ice1712
- 1x L7805CV (voltage regulator)
- 6x 5532 2036B JRC (operational amplifier, buffering & filtering)
In my opinion the real missing piece of code is the driver for the AK4529. Has
any development been done to support this chipset ? For more technical
information, see http://www.asahi-kasei.co.jp/akm/en/product/ak4529/ak4529.html.
If not, I am willing to write the code myself based on the work done by Anders
Johansson for the Delta 1010LT. However I am not the best C-programmer, so
therefore my cry for help and documentation ! Are there a doxygen generated
docs for the kernel API ?
I am going to study the source code tomorrow and I'm hoping to write my first
lines of code.
Best regards,
Kristof Pelckmans
My system:
Athlon 900 Mhz
Abit KT-7 RAID/ 256 MB RAM
Linux 2.4.18
ALSA 0.9.0rc5
cat /proc/asound/card0/ice1712 :
ICE1712
EEPROM:
Subvendor : 0x121438d6
Size : 29 bytes
Version : 1
Codec : 0x13
ACLink : 0x80
I2S ID : 0x72
S/PDIF : 0x3
GPIO mask : 0x4
GPIO state : 0xfe
GPIO direction : 0xfb
AC'97 main : 0x0
AC'97 pcm : 0x0
AC'97 record : 0x0
AC'97 record src : 0x44
DAC ID #0 : 0x5
DAC ID #1 : 0x5
DAC ID #2 : 0x5
DAC ID #3 : 0x5
ADC ID #0 : 0x5
ADC ID #1 : 0x0
ADC ID #2 : 0x0
ADC ID #3 : 0x0
Extra #28 : 0x0
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-30 8:14 Support for Midiman M-Audio Delta 410 Kristof Pelckmans
@ 2002-10-31 10:08 ` Takashi Iwai
2002-10-31 12:23 ` Jaroslav Kysela
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2002-10-31 10:08 UTC (permalink / raw)
To: Kristof Pelckmans; +Cc: alsa-devel, ajh
At Wed, 30 Oct 2002 09:14:56 +0100,
Kristof Pelckmans wrote:
>
> Hi all,
>
> I bought a M-Audio Delta 410 card last weekend. When I tried loading the snd-
> ice1712 module and unmuting all channels, I got a scrambled sound. (I did not
> try the envy24control since I have no X)
>
> The last few days, I did some research and I found out in the sourcecode that
> the card is not fully supported.
>
> Based on my pictures (see
> http://home.planetinternet.be/~kpelckma/delta410/delta410.html) I deduct that
> the Delta 410 has following chips :
> - 1x AK4529VQ (A/D and D/A conversion) NOT SUPPORTED ?
> - 1x CS8427 (tranceiver, I/O for AK4529 & S/PDIF), SUPPORTED also appears in
> Delta 1010LT and Delta Audiophile cards
> - 1x ENVY24, SUPPORTED by ice1712
> - 1x L7805CV (voltage regulator)
> - 6x 5532 2036B JRC (operational amplifier, buffering & filtering)
>
> In my opinion the real missing piece of code is the driver for the AK4529. Has
> any development been done to support this chipset ? For more technical
> information, see http://www.asahi-kasei.co.jp/akm/en/product/ak4529/ak4529.html.
the patch for ak4529 is already on my tree, but still lack of
information about GPIO bits for Delta410, so it's not functional at
all.
just waiting for answers from m-Audio.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-31 10:08 ` Takashi Iwai
@ 2002-10-31 12:23 ` Jaroslav Kysela
2002-10-31 17:55 ` Kristof Pelckmans
0 siblings, 1 reply; 8+ messages in thread
From: Jaroslav Kysela @ 2002-10-31 12:23 UTC (permalink / raw)
To: Takashi Iwai
Cc: Kristof Pelckmans, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
On Thu, 31 Oct 2002, Takashi Iwai wrote:
> At Wed, 30 Oct 2002 09:14:56 +0100,
> Kristof Pelckmans wrote:
> >
> > Hi all,
> >
> > I bought a M-Audio Delta 410 card last weekend. When I tried loading the snd-
> > ice1712 module and unmuting all channels, I got a scrambled sound. (I did not
> > try the envy24control since I have no X)
> >
> > The last few days, I did some research and I found out in the sourcecode that
> > the card is not fully supported.
> >
> > Based on my pictures (see
> > http://home.planetinternet.be/~kpelckma/delta410/delta410.html) I deduct that
> > the Delta 410 has following chips :
> > - 1x AK4529VQ (A/D and D/A conversion) NOT SUPPORTED ?
> > - 1x CS8427 (tranceiver, I/O for AK4529 & S/PDIF), SUPPORTED also appears in
> > Delta 1010LT and Delta Audiophile cards
> > - 1x ENVY24, SUPPORTED by ice1712
> > - 1x L7805CV (voltage regulator)
> > - 6x 5532 2036B JRC (operational amplifier, buffering & filtering)
> >
> > In my opinion the real missing piece of code is the driver for the AK4529. Has
> > any development been done to support this chipset ? For more technical
> > information, see http://www.asahi-kasei.co.jp/akm/en/product/ak4529/ak4529.html.
>
> the patch for ak4529 is already on my tree, but still lack of
> information about GPIO bits for Delta410, so it's not functional at
> all.
> just waiting for answers from m-Audio.
Kristof, could you give us info to which GPIO pins of ICE1712 is the
AK4529 chip connected?
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project http://www.alsa-project.org
SuSE Linux http://www.suse.com
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-31 12:23 ` Jaroslav Kysela
@ 2002-10-31 17:55 ` Kristof Pelckmans
2002-10-31 19:18 ` Jaroslav Kysela
0 siblings, 1 reply; 8+ messages in thread
From: Kristof Pelckmans @ 2002-10-31 17:55 UTC (permalink / raw)
To: Jaroslav Kysela
Cc: Takashi Iwai, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
> On Thu, 31 Oct 2002, Takashi Iwai wrote:
> Kristof, could you give us info to which GPIO pins of ICE1712 is the
> AK4529 chip connected?
Jaroslav,
Unfortunately I do not have the right equipment for measuring which GPIOs are
used and what they are connected to. I assume there can't be that many used in
comparison with the 1010LT. Probably very similar to the Audiophile's GPIOs...
Could I try it the old-fashioned way : simple try-and-error starting from the
Audiophile configuration ?
Ciaos,
Kristof
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-31 17:55 ` Kristof Pelckmans
@ 2002-10-31 19:18 ` Jaroslav Kysela
2002-11-01 12:01 ` Takashi Iwai
2002-11-04 6:45 ` Kristof Pelckmans
0 siblings, 2 replies; 8+ messages in thread
From: Jaroslav Kysela @ 2002-10-31 19:18 UTC (permalink / raw)
To: Kristof Pelckmans
Cc: Takashi Iwai, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
On Thu, 31 Oct 2002, Kristof Pelckmans wrote:
> > On Thu, 31 Oct 2002, Takashi Iwai wrote:
> > Kristof, could you give us info to which GPIO pins of ICE1712 is the
> > AK4529 chip connected?
>
> Jaroslav,
>
> Unfortunately I do not have the right equipment for measuring which GPIOs are
> used and what they are connected to. I assume there can't be that many used in
> comparison with the 1010LT. Probably very similar to the Audiophile's GPIOs...
>
> Could I try it the old-fashioned way : simple try-and-error starting from the
> Audiophile configuration ?
Yes, you can. Simply, try to modify the alsa-kernel/ice1712/delta.c code.
Perhaps, Takashi might commit the AK4529 support to have more fun...
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project http://www.alsa-project.org
SuSE Linux http://www.suse.com
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-31 19:18 ` Jaroslav Kysela
@ 2002-11-01 12:01 ` Takashi Iwai
2002-11-04 6:45 ` Kristof Pelckmans
1 sibling, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2002-11-01 12:01 UTC (permalink / raw)
To: Jaroslav Kysela
Cc: Kristof Pelckmans, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
At Thu, 31 Oct 2002 20:18:10 +0100 (CET),
Jaroslav wrote:
>
> On Thu, 31 Oct 2002, Kristof Pelckmans wrote:
>
> > > On Thu, 31 Oct 2002, Takashi Iwai wrote:
> > > Kristof, could you give us info to which GPIO pins of ICE1712 is the
> > > AK4529 chip connected?
> >
> > Jaroslav,
> >
> > Unfortunately I do not have the right equipment for measuring which GPIOs are
> > used and what they are connected to. I assume there can't be that many used in
> > comparison with the 1010LT. Probably very similar to the Audiophile's GPIOs...
> >
> > Could I try it the old-fashioned way : simple try-and-error starting from the
> > Audiophile configuration ?
>
> Yes, you can. Simply, try to modify the alsa-kernel/ice1712/delta.c code.
> Perhaps, Takashi might commit the AK4529 support to have more fun...
ok, now it's on cvs. please note it's not tested at all :)
Takashi
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-10-31 19:18 ` Jaroslav Kysela
2002-11-01 12:01 ` Takashi Iwai
@ 2002-11-04 6:45 ` Kristof Pelckmans
2002-11-04 9:02 ` Jaroslav Kysela
1 sibling, 1 reply; 8+ messages in thread
From: Kristof Pelckmans @ 2002-11-04 6:45 UTC (permalink / raw)
To: Jaroslav Kysela
Cc: Takashi Iwai, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
> > Could I try it the old-fashioned way : simple try-and-error starting from
> the
> > Audiophile configuration ?
>
> Yes, you can. Simply, try to modify the alsa-kernel/ice1712/delta.c code.
> Perhaps, Takashi might commit the AK4529 support to have more fun...
>
I tried this over the weekend, but keeped getting core dumps. Next weekend, I
will have the opportunity to give the exact GPIOs. Still upset that M-Audio
writes that the card _is_ supported under Linux, while apparently getting the
necessary info isn't all that easy...
Ciaos
Kristof
-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Support for Midiman M-Audio Delta 410
2002-11-04 6:45 ` Kristof Pelckmans
@ 2002-11-04 9:02 ` Jaroslav Kysela
0 siblings, 0 replies; 8+ messages in thread
From: Jaroslav Kysela @ 2002-11-04 9:02 UTC (permalink / raw)
To: Kristof Pelckmans
Cc: Takashi Iwai, alsa-devel@lists.sourceforge.net,
ajh@watri.uwa.edu.au
On Mon, 4 Nov 2002, Kristof Pelckmans wrote:
> > > Could I try it the old-fashioned way : simple try-and-error starting from
> > the
> > > Audiophile configuration ?
> >
> > Yes, you can. Simply, try to modify the alsa-kernel/ice1712/delta.c code.
> > Perhaps, Takashi might commit the AK4529 support to have more fun...
> >
> I tried this over the weekend, but keeped getting core dumps. Next weekend, I
> will have the opportunity to give the exact GPIOs. Still upset that M-Audio
> writes that the card _is_ supported under Linux, while apparently getting the
> necessary info isn't all that easy...
Where is this stated? If M-Audio says that their newer hardware is
supported, I'll try to push my contacts at M-Audio to release
specification for newer products (like 410).
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project http://www.alsa-project.org
SuSE Linux http://www.suse.com
-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-11-04 9:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-30 8:14 Support for Midiman M-Audio Delta 410 Kristof Pelckmans
2002-10-31 10:08 ` Takashi Iwai
2002-10-31 12:23 ` Jaroslav Kysela
2002-10-31 17:55 ` Kristof Pelckmans
2002-10-31 19:18 ` Jaroslav Kysela
2002-11-01 12:01 ` Takashi Iwai
2002-11-04 6:45 ` Kristof Pelckmans
2002-11-04 9:02 ` Jaroslav Kysela
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.