* Envy24control, Hoontech DSP24 + C-port fix
@ 2002-06-07 16:28 Lawrence Abbott
2002-06-10 14:06 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Lawrence Abbott @ 2002-06-07 16:28 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
FWIW, Ive had a problem with Envy24 control not showing all the audio
routing options under the patchbay/router tab (H/W outs 1 to 8 not
shown). I found that adding a couple of lines to
alsa-driver-0.9.0rc1/alsa-kernel/pci/ice1712.c fixes the problem for me
:) (see patch).
Lawrie
[-- Attachment #2: ice1712.c.patch --]
[-- Type: text/plain, Size: 444 bytes --]
diff -Naur old/ice1712.c new/ice1712.c
--- old/ice1712.c Fri Jun 7 23:10:00 2002
+++ new/ice1712.c Fri Jun 7 23:48:24 2002
@@ -3773,6 +3773,9 @@
case ICE1712_SUBDEVICE_DELTA1010:
ice->num_adcs = ice->num_dacs = ice->num_total_dacs = 8;
break;
+ case ICE1712_SUBDEVICE_STDSP24:
+ ice->num_adcs = ice->num_dacs = ice->num_total_dacs = 8;
+ break;
case ICE1712_SUBDEVICE_EWS88D:
has_i2c = 1;
break;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-10 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-07 16:28 Envy24control, Hoontech DSP24 + C-port fix Lawrence Abbott
2002-06-10 14:06 ` 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.