* Terratec Phase 28
@ 2004-07-18 18:54 Marco
2004-07-20 22:10 ` Marco
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Marco @ 2004-07-18 18:54 UTC (permalink / raw)
To: Alsa Devel
Hi,
Will the Terratec Phase 28 card be supported in future releases of Alsa?
The chip is a VIA VT1724 [Envy24HT], which is currently supported, but
that card itself is not on the list of those with that chip that are
supported, and it's obviously not recognized by the driver.
It has 2 analogic input cannel and 8 output (both with 192khz/24 bit
support - tested on Windows), 1 digital in and 1 out, 1 midi in and 1
out.
I think it's no very different from the Aureon 7.1 (which is
supported) and therefore there's need for only a few informations to
make it work.
Is anyone working on it? Can I help somehow?
Thanks.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread* Terratec Phase 28
2004-07-18 18:54 Terratec Phase 28 Marco
@ 2004-07-20 22:10 ` Marco
2004-07-20 23:48 ` Siegfried Kettlitz
2004-07-27 12:55 ` Takashi Iwai
2 siblings, 0 replies; 6+ messages in thread
From: Marco @ 2004-07-20 22:10 UTC (permalink / raw)
To: alsa-devel
Hi,
Will the Terratec Phase 28 card be supported in future releases of Alsa?
The chip is a VIA VT1724 [Envy24HT], which is currently supported, but
that card itself is not on the list of those with that chip that are
supported, and it's obviously not recognized by the driver.
It has 2 analogic input cannel and 8 output (both with 192khz/24 bit
support - tested on Windows), 1 digital in and 1 out, 1 midi in and 1
out.
I think it's no very different from the Aureon 7.1 (which is
supported) and therefore there's need for only a few informations to
make it work.
Is anyone working on it? Can I help somehow?
Thanks.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Terratec Phase 28
2004-07-18 18:54 Terratec Phase 28 Marco
2004-07-20 22:10 ` Marco
@ 2004-07-20 23:48 ` Siegfried Kettlitz
2004-07-27 13:00 ` Takashi Iwai
2004-07-27 12:55 ` Takashi Iwai
2 siblings, 1 reply; 6+ messages in thread
From: Siegfried Kettlitz @ 2004-07-20 23:48 UTC (permalink / raw)
To: alsa-devel
Am Sonntag, 18. Juli 2004 20:54 schrieb Marco:
> Hi,
> Will the Terratec Phase 28 card be supported in future releases of Alsa?
> The chip is a VIA VT1724 [Envy24HT], which is currently supported, but
> that card itself is not on the list of those with that chip that are
> supported, and it's obviously not recognized by the driver.
> It has 2 analogic input cannel and 8 output (both with 192khz/24 bit
> support - tested on Windows), 1 digital in and 1 out, 1 midi in and 1
> out.
> I think it's no very different from the Aureon 7.1 (which is
> supported) and therefore there's need for only a few informations to
> make it work.
> Is anyone working on it?
>
Doesen't seem so.
My dirty solution for the Phase88 was:
Read the soundcard-ID
---
# cat /proc/asound/card1/ice1712
TerraTec EWS88MT at 0xa400, irq 10
EEPROM:
Subvendor : 0x3b155111
...
---
Then write the ID instead of the one of EWS88MT_NEW into the module. Recompile
modules. Reboot. And... it works (not all perfectly but it works).
--- ews.h
//#define ICE1712_SUBDEVICE_EWS88MT_NEW 0x3b152511
#define ICE1712_SUBDEVICE_EWS88MT_NEW 0x3b155111
--
> Can I help somehow?
Invest some time and find a better solution.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id\x10040&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Terratec Phase 28
2004-07-20 23:48 ` Siegfried Kettlitz
@ 2004-07-27 13:00 ` Takashi Iwai
2004-07-27 16:18 ` Siegfried Kettlitz
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2004-07-27 13:00 UTC (permalink / raw)
To: alsa-devel
At Wed, 21 Jul 2004 01:48:09 +0200,
Siegfried Kettlitz wrote:
>
> Am Sonntag, 18. Juli 2004 20:54 schrieb Marco:
> > Hi,
> > Will the Terratec Phase 28 card be supported in future releases of Alsa?
> > The chip is a VIA VT1724 [Envy24HT], which is currently supported, but
> > that card itself is not on the list of those with that chip that are
> > supported, and it's obviously not recognized by the driver.
> > It has 2 analogic input cannel and 8 output (both with 192khz/24 bit
> > support - tested on Windows), 1 digital in and 1 out, 1 midi in and 1
> > out.
> > I think it's no very different from the Aureon 7.1 (which is
> > supported) and therefore there's need for only a few informations to
> > make it work.
> > Is anyone working on it?
> >
>
> Doesen't seem so.
Phase88 is a totally different board from Phase28.
The former is based on ICE1712 while the latter ICE1724 (VT1724).
> My dirty solution for the Phase88 was:
The patch for phase88 is already on cvs.
It just like your solution, working as another EWS88MT model.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Terratec Phase 28
2004-07-18 18:54 Terratec Phase 28 Marco
2004-07-20 22:10 ` Marco
2004-07-20 23:48 ` Siegfried Kettlitz
@ 2004-07-27 12:55 ` Takashi Iwai
2 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2004-07-27 12:55 UTC (permalink / raw)
To: Alsa Devel
At Sun, 18 Jul 2004 20:54:47 +0200,
Marco wrote:
>
> Hi,
> Will the Terratec Phase 28 card be supported in future releases of Alsa?
> The chip is a VIA VT1724 [Envy24HT], which is currently supported, but
> that card itself is not on the list of those with that chip that are
> supported, and it's obviously not recognized by the driver.
> It has 2 analogic input cannel and 8 output (both with 192khz/24 bit
> support - tested on Windows), 1 digital in and 1 out, 1 midi in and 1
> out.
> I think it's no very different from the Aureon 7.1 (which is
> supported) and therefore there's need for only a few informations to
> make it work.
> Is anyone working on it? Can I help somehow?
As a first step, you can try to pass 'model=aureon71' option to
snd-ice1724 driver, so that the driver supposes the card is aureon
7.1.
But I'm wondering how to handle 2 analog inputs and spdif input at the
same time. On VT1724, usually spdif-in is handled with RDMA1...
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-07-27 16:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-18 18:54 Terratec Phase 28 Marco
2004-07-20 22:10 ` Marco
2004-07-20 23:48 ` Siegfried Kettlitz
2004-07-27 13:00 ` Takashi Iwai
2004-07-27 16:18 ` Siegfried Kettlitz
2004-07-27 12:55 ` Takashi Iwai
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.