All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] envy24control.[ch] update for hoontech cards.
@ 2002-12-14 15:05 Henry Walpool
  2002-12-15 17:23 ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Henry Walpool @ 2002-12-14 15:05 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

Added some code to block out the error messages for the hoontech cards when someone tries to access the professional/consumer option. I tried to get the information from hoontech but no luck. I don't think it would be that hard to add the correct code to enable these functions but hoontech is not talking unfortunately. Hoontech even stopped responding to my e-mails. The last response I got was "e-mail the alsa-developers". "They have all the information about hoontech cards already."

Thanks for the alsa project!





_____________________________________________________________
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: hoontech.ch_patch --]
[-- Type: application/octet-stream, Size: 888 bytes --]

--- 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[];
 

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

* Re: [PATCH] envy24control.[ch] update for hoontech cards.
  2002-12-14 15:05 Henry Walpool
@ 2002-12-15 17:23 ` Jaroslav Kysela
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2002-12-15 17:23 UTC (permalink / raw)
  To: Henry Walpool; +Cc: alsa-devel@lists.sourceforge.net

On Sat, 14 Dec 2002, Henry Walpool wrote:

> Added some code to block out the error messages for the hoontech cards
> when someone tries to access the professional/consumer option. I tried
> to get the information from hoontech but no luck. I don't think it would
> be that hard to add the correct code to enable these functions but
> hoontech is not talking unfortunately. Hoontech even stopped responding
> to my e-mails. The last response I got was "e-mail the alsa-developers".
> "They have all the information about hoontech cards already."

The original hoontech cards have hardwired support (in hardware) for 
consumer mode only.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/

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

* Re: [PATCH] envy24control.[ch] update for hoontech cards.
@ 2002-12-16  0:15 Henry Walpool
  2002-12-16 14:25 ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Henry Walpool @ 2002-12-16  0:15 UTC (permalink / raw)
  To: Jaroslav Kysela, Henry Walpool; +Cc: alsa-devel@lists.sourceforge.net

The Hoontech Media 7.1 card has a consumer/professional option at least under windows. I would assume that with the correct information from hoontech one could program this under alsa. Of course I don't have a clue, I'm just guessing here.

Thanks for the information.

--- Jaroslav Kysela <perex@suse.cz> wrote:
>On Sat, 14 Dec 2002, Henry Walpool wrote:
>
>> Added some code to block out the error messages for the hoontech cards
>> when someone tries to access the professional/consumer option. I tried
>> to get the information from hoontech but no luck. I don't think it would
>> be that hard to add the correct code to enable these functions but
>> hoontech is not talking unfortunately. Hoontech even stopped responding
>> to my e-mails. The last response I got was "e-mail the alsa-developers".
>> "They have all the information about hoontech cards already."
>
>The original hoontech cards have hardwired support (in hardware) for 
>consumer mode only.
>
>						Jaroslav
>
>-----
>Jaroslav Kysela <perex@suse.cz>
>Linux Kernel Sound Maintainer
>ALSA Project, SuSE Labs

_____________________________________________________________
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


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/

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

* Re: [PATCH] envy24control.[ch] update for hoontech    cards.
  2002-12-16  0:15 [PATCH] envy24control.[ch] update for hoontech cards Henry Walpool
@ 2002-12-16 14:25 ` Jaroslav Kysela
  2002-12-16 14:44   ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Kysela @ 2002-12-16 14:25 UTC (permalink / raw)
  To: Henry Walpool; +Cc: alsa-devel@lists.sourceforge.net

On Sun, 15 Dec 2002, Henry Walpool wrote:

> The Hoontech Media 7.1 card has a consumer/professional option at least
> under windows. I would assume that with the correct information from
> hoontech one could program this under alsa. Of course I don't have a
> clue, I'm just guessing here.

It's possible that newer cards can drive this control via GPIO, but I have 
no information about the Media 7.1 version.

						Jaroslav

> --- Jaroslav Kysela <perex@suse.cz> wrote:
> >On Sat, 14 Dec 2002, Henry Walpool wrote:
> >
> >> Added some code to block out the error messages for the hoontech cards
> >> when someone tries to access the professional/consumer option. I tried
> >> to get the information from hoontech but no luck. I don't think it would
> >> be that hard to add the correct code to enable these functions but
> >> hoontech is not talking unfortunately. Hoontech even stopped responding
> >> to my e-mails. The last response I got was "e-mail the alsa-developers".
> >> "They have all the information about hoontech cards already."
> >
> >The original hoontech cards have hardwired support (in hardware) for 
> >consumer mode only.

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/

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

* Re: [PATCH] envy24control.[ch] update for hoontech    cards.
  2002-12-16 14:25 ` Jaroslav Kysela
@ 2002-12-16 14:44   ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2002-12-16 14:44 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Henry Walpool, Claus R, alsa-devel@lists.sourceforge.net

At Mon, 16 Dec 2002 15:25:26 +0100 (CET),
Jaroslav wrote:
> 
> On Sun, 15 Dec 2002, Henry Walpool wrote:
> 
> > The Hoontech Media 7.1 card has a consumer/professional option at least
> > under windows. I would assume that with the correct information from
> > hoontech one could program this under alsa. Of course I don't have a
> > clue, I'm just guessing here.
> 
> It's possible that newer cards can drive this control via GPIO, but I have 
> no information about the Media 7.1 version.

Perhaps Claus knows the details according to Henry's post a few weeks
ago...


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/

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

end of thread, other threads:[~2002-12-16 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-16  0:15 [PATCH] envy24control.[ch] update for hoontech cards Henry Walpool
2002-12-16 14:25 ` Jaroslav Kysela
2002-12-16 14:44   ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2002-12-14 15:05 Henry Walpool
2002-12-15 17:23 ` 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.