All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jean-Michel Pouré" <jmpoure@free.fr>
To: Alsa Dev <alsa-devel@lists.sourceforge.net>
Subject: Edirol UA-25 dmix broken at 48 Khz
Date: Fri, 16 Feb 2007 11:26:16 +0100	[thread overview]
Message-ID: <1171621576.4524.2.camel@localhost> (raw)

Dear Friends,

Just a short note to notice that Edirol UA-25 dmix is broken at 48 Khz,
in advance mode.

aplay -D default -v  foobar.wav
ALSA lib pcm_direct.c:897:(snd_pcm_direct_initialize_slave) requested or
auto-format is not available
ALSA lib pcm_dmix.c:876:(snd_pcm_dmix_open) unable to initialize slave
aplay: main:550: audio open error: Argument invalide

Is this a bug?
Should I install Alsa CVS version for the dmix fix?

Kind regards,
Jean-Michel

**************************************************************

My .asoundrc file:
pcm.!default {
   type             plug
   slave.pcm       "softvol"
}
pcm.softvol {
   type            softvol
   slave {
       pcm         "pasymed"
   }
   control {
       name        "SoftMaster"
       card        0
   }
}
#This PCM combining the dmix and dsnoop slaves
pcm.asymed {
      type asym
      playback.pcm "dmix"
      capture.pcm "record_left"
}  
#This PCM should be able to convert recording rates automatically
pcm.pasymed {
      type plug
      slave.pcm "asymed"
}
pcm.record_left {
   type        dsnoop
   ipc_key 234884
   slave {
       pcm     "hw:0,0"
       channels 2
   }
   bindings.0  0
}
pcm.record_right {
   type        dsnoop
   ipc_key 2241234
   slave {
       pcm     "hw:0,0"
       channels 2
   }    
   bindings.0  1
} 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

             reply	other threads:[~2007-02-16 10:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-16 10:26 Jean-Michel Pouré [this message]
2007-02-16 11:33 ` Edirol UA-25 dmix broken at 48 Khz Clemens Ladisch
2007-02-16 12:09   ` Jean-Michel Pouré
2007-02-16 13:19     ` 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=1171621576.4524.2.camel@localhost \
    --to=jmpoure@free.fr \
    --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 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.