* [PATCH] Adding support for ST Audio Media 7.1 to hoontech.[ch]
@ 2002-12-08 23:54 Henry Walpool
2002-12-09 11:52 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Henry Walpool @ 2002-12-08 23:54 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 340 bytes --]
_____________________________________________________________
Want a new web-based email account ? ---> http://www.firstlinux.net
_____________________________________________________________
Select your own custom email address for FREE! Get you@yourchoice.com w/No Ads, 6MB, POP & more! http://www.everyone.net/selectmail?campaign=tag
[-- Attachment #2: questions_alsa_dev.txt --]
[-- Type: text/plain, Size: 2399 bytes --]
Below is a patch to fully enable the Hoontech ST Audio DSP24
Media 7.1. It appears that this card is supported. It was nice
to see all the output controls in envy24control.
*** Start Patch ***
--- alsacvs/alsa-kernel/pci/ice1712/hoontech.c Tue Sep 17 05:42:07 2002
+++ alsacvs_modified_1/alsa-kernel/pci/ice1712/hoontech.c Sat Dec 7 14:10:41 2002
@@ -218,6 +218,11 @@
"Hoontech SoundTrack Audio DSP24",
snd_ice1712_hoontech_init,
},
+ {
+ ICE1712_SUBDEVICE_STDSP24_MEDIA7_1,
+ "Hoontech STA DSP24 Media 7.1",
+ snd_ice1712_hoontech_init,
+ },
{ } /* terminator */
};
--- alsacvs/alsa-kernel/pci/ice1712/hoontech.h Tue Sep 17 05:42:07 2002
+++ alsacvs_modified_1/alsa-kernel/pci/ice1712/hoontech.h Thu Dec 5 00:21:19 2002
@@ -27,6 +27,7 @@
#define HOONTECH_DEVICE_DESC "{Hoontech SoundTrack DSP 24},"
#define ICE1712_SUBDEVICE_STDSP24 0x12141217 /* Hoontech SoundTrack Audio DSP 24 */
+#define ICE1712_SUBDEVICE_STDSP24_MEDIA7_1 0x16141217 /* Hoontech ST Audio DSP24 Media 7.1 */
extern struct snd_ice1712_card_info snd_ice1712_hoontech_cards[];
*** End Patch ***
Some quick questions.
1) After reading old posts in the mailing lists it appears that
the hoontech ice1712 cards don't have the option to change the
input gain (analog volume) on analog input. I see no analog
volume controls with amixer, or envy24control. Is this true? What
ice1712 cards have analog input volume/gain control?
2) Does anyone know the correct way to set the spdif for
consumer/professional mode on this card?
3) Claus at st audio support said that this card would not work
if gpio_write calls in hoontech.c were made to initilize the box.
However, I see no difference using these calls or not using these
calls. Does anyone know for sure? Claus said that someone on the
mailing list would know the answer.
4) How does one turn off the extra output channels when using oss
supported applications, or use only certain output channels when
using oss supported applications?
5) How does one access/use the ac97 part of this card?
6) Comments on the card/external box. The RIAA phono pre-amp
sucks big time. Does not even compare with a cheap phono pre-amp.
Can't record at 96000Hz without overruns using low latency patch
and every service I could disable. Card has it's own IRQ also.
May have something to do with the via KT133 based motherboard I
have.
Thanks
Henry
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Adding support for ST Audio Media 7.1 to hoontech.[ch]
2002-12-08 23:54 [PATCH] Adding support for ST Audio Media 7.1 to hoontech.[ch] Henry Walpool
@ 2002-12-09 11:52 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2002-12-09 11:52 UTC (permalink / raw)
To: apkennedy; +Cc: alsa-devel
Hi Henry,
At Sun, 8 Dec 2002 15:54:53 -0800 (PST),
Henry Walpool wrote:
>
> Below is a patch to fully enable the Hoontech ST Audio DSP24
> Media 7.1. It appears that this card is supported. It was nice
> to see all the output controls in envy24control.
thanks! applied now to cvs.
> Some quick questions.
>
> 1) After reading old posts in the mailing lists it appears that
> the hoontech ice1712 cards don't have the option to change the
> input gain (analog volume) on analog input. I see no analog
> volume controls with amixer, or envy24control. Is this true? What
> ice1712 cards have analog input volume/gain control?
actually there are no ALSA controls defined for hoontech's DAC/ADC.
the (most of) cards from m-audio and terratec have analog controls.
it depends on the card design, of course, though.
> 2) Does anyone know the correct way to set the spdif for
> consumer/professional mode on this card?
sorry, no idea about this box.
> 3) Claus at st audio support said that this card would not work
> if gpio_write calls in hoontech.c were made to initilize the box.
> However, I see no difference using these calls or not using these
> calls. Does anyone know for sure? Claus said that someone on the
> mailing list would know the answer.
hmm, i also don't see the reason why not work.
hoontech's gpio_write is it's independent from other cards'
routines...
> 4) How does one turn off the extra output channels when using oss
> supported applications, or use only certain output channels when
> using oss supported applications?
it's impossible on the kernel emulation route.
you may try the alsa-oss emulation library.
> 5) How does one access/use the ac97 part of this card?
in theory, it should be accessible normally as mixer controls
(i.e. via alsamixer).
but the ac97 controls look not working well atm.
ciao,
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-09 11:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 23:54 [PATCH] Adding support for ST Audio Media 7.1 to hoontech.[ch] Henry Walpool
2002-12-09 11:52 ` 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.