All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pils Bert" <pilsbert@gmx.net>
To: alsa-devel@alsa-project.org
Subject: M-Audio Audiophile 24/96 (snd-ice1712) lacks ADCs
Date: Thu, 06 Dec 2012 01:24:12 +0100	[thread overview]
Message-ID: <20121206002412.104860@gmx.net> (raw)


Hi guys,

I have a problem with my M-Audio Audiophile 24/96 soundcard: There are no ADC volume sliders present neither in alsamixer nor in envy24control. But instead there are also DAC sliders on the capture page in alsamixer?! But changing them doesn't have an effect on the H/W input gain.

I read on website that some other users had the same problem (but it seams to be a rare problem).

First of all my card has been correctly detected as Audiophile 24/96. But in /sys/module/snd_ice1712/parameters/model are only null values. I loaded the module with the model=audiophile parameter, but no ADCs appear. Second I skimmed over the module source code and found the lines

	case ICE1712_SUBDEVICE_AUDIOPHILE:
		ice->num_total_dacs = 2;
		ice->num_total_adcs = 2;
		break;

in __devinit snd_ice1712_delta_init(struct snd_ice1712 *ice) in delta.c
So the module says there have to be 2 ADCs...

I also disabled my onboard soundcard (HDA Intel), but no ADCs appear.

Maybe its some hardware configuration problem?

Moreover, I had to edit my .asoundrc file in order to play and capture audio anyway (so no 'out of the box' experience here...):

pcm.audiophile {
   type hw
   card 1
   device 0
}

pcm.analog {
   type plug
   slave.pcm audiophile
   ttable.0.0 1 # H/W 1
   ttable.1.1 1 # H/W 2
}

I'm using plain ALSA 1.0.25 (without pulseaudio) on Debian Testing (Linux Rowdy 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux)

Maybe some of you guys have an good idea ;)

Best regards,

Jannik

             reply	other threads:[~2012-12-06  0:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-06  0:24 Pils Bert [this message]
2012-12-06 14:36 ` M-Audio Audiophile 24/96 (snd-ice1712) lacks ADCs Clemens Ladisch
2012-12-06 15:48   ` Jannik St
2012-12-07 14:21     ` 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=20121206002412.104860@gmx.net \
    --to=pilsbert@gmx.net \
    --cc=alsa-devel@alsa-project.org \
    /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.