All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: Jonatan de la Torre <jonatandelatorre@ono.com>
Cc: Takashi Iwai <tiwai@suse.de>, Jaroslav Kysela <perex@suse.cz>,
	alsa-devel@lists.sourceforge.net
Subject: Re: Edirol DA-2496
Date: Mon, 13 Oct 2003 17:34:22 +0200 (METDST)	[thread overview]
Message-ID: <Pine.HPX.4.33n.0310131726440.1354-200000@studcom.urz.uni-halle.de> (raw)
In-Reply-To: <s5h4qyd5hqn.wl@alsa2.suse.de>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 498 bytes --]

Takashi Iwai wrote:
> Jonatan de la Torre wrote:
> >
> > Ice1712 has 128 pins,
> > Which among them should I test?

If you really want to: the GPIO pins; but this should not yet be
necessary.

> did you try to add the id as delta 1010LT?

Probably not yet.

Jonatan, please save the attached file to your disk, go to the
alsa-kernel/pci/ice1712 directory, and run the command

	patch -p0 < patchfile

(with the correct path to the patchfile), then recompile and reinstall
the driver.


HTH
Clemens

[-- Attachment #2: Type: TEXT/PLAIN, Size: 1552 bytes --]

--- delta.c.org	2003-10-13 17:19:35.343829000 +0200
+++ delta.c	2003-10-13 17:24:35.686566000 +0200
@@ -435,6 +435,7 @@
 		break;
 	case ICE1712_SUBDEVICE_DELTA1010:
 	case ICE1712_SUBDEVICE_DELTA1010LT:
+	case 0xce164010:
 		ice->num_total_dacs = 8;
 		break;
 	}
@@ -444,6 +445,7 @@
 	case ICE1712_SUBDEVICE_AUDIOPHILE:
 	case ICE1712_SUBDEVICE_DELTA410:
 	case ICE1712_SUBDEVICE_DELTA1010LT:
+	case 0xce164010:
 		if ((err = snd_i2c_bus_create(ice->card, "ICE1712 GPIO 1", NULL, &ice->i2c)) < 0) {
 			snd_printk("unable to create I2C bus\n");
 			return err;
@@ -488,6 +490,7 @@
 		err = snd_ice1712_akm4xxx_init(ak, &akm_delta410, &akm_delta410_priv, ice);
 		break;
 	case ICE1712_SUBDEVICE_DELTA1010LT:
+	case 0xce164010:
 		err = snd_ice1712_akm4xxx_init(ak, &akm_delta1010lt, &akm_delta1010lt_priv, ice);
 		break;
 	case ICE1712_SUBDEVICE_DELTA66:
@@ -539,6 +542,7 @@
 			return err;
 		break;
 	case ICE1712_SUBDEVICE_DELTA1010LT:
+	case 0xce164010:
 		err = snd_ctl_add(ice->card, snd_ctl_new1(&snd_ice1712_delta1010lt_wordclock_select, ice));
 		if (err < 0)
 			return err;
@@ -570,6 +574,7 @@
 	/* ak4524 controls */
 	switch (ice->eeprom.subvendor) {
 	case ICE1712_SUBDEVICE_DELTA1010LT:
+	case 0xce164010:
 	case ICE1712_SUBDEVICE_AUDIOPHILE:
 	case ICE1712_SUBDEVICE_DELTA410:
 	case ICE1712_SUBDEVICE_DELTA44:
@@ -630,5 +635,11 @@
 		snd_ice1712_delta_init,
 		snd_ice1712_delta_add_controls,
 	},
+	{
+		0xce164010,
+		"Edirol DA-2496",
+		snd_ice1712_delta_init,
+		snd_ice1712_delta_add_controls,
+	},
 	{ } /* terminator */
 };

      parent reply	other threads:[~2003-10-13 15:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1065725439.2728.136.camel@turandot>
2003-10-10 16:43 ` Edirol DA-2496 Clemens Ladisch
2003-10-10 16:55   ` Takashi Iwai
2003-10-11  8:08   ` Jaroslav Kysela
     [not found]     ` <1066055153.3338.2.camel@turandot>
2003-10-13 14:34       ` Takashi Iwai
     [not found]         ` <1066056732.3338.9.camel@turandot>
2003-10-13 15:13           ` Takashi Iwai
     [not found]             ` <1066146865.3309.75.camel@turandot>
2003-10-16 15:24               ` Takashi Iwai
2003-10-13 15:34         ` Clemens Ladisch [this message]

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=Pine.HPX.4.33n.0310131726440.1354-200000@studcom.urz.uni-halle.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=jonatandelatorre@ono.com \
    --cc=perex@suse.cz \
    --cc=tiwai@suse.de \
    /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 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.