Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lawrence Abbott <lawrieabbott@iprimus.com.au>
To: alsa-devel@lists.sourceforge.net
Subject: Envy24control, Hoontech DSP24 + C-port  fix
Date: Sat, 08 Jun 2002 00:28:55 +0800	[thread overview]
Message-ID: <3D00DF47.3000609@iprimus.com.au> (raw)

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

             reply	other threads:[~2002-06-07 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-07 16:28 Lawrence Abbott [this message]
2002-06-10 14:06 ` Envy24control, Hoontech DSP24 + C-port fix Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D00DF47.3000609@iprimus.com.au \
    --to=lawrieabbott@iprimus.com.au \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox