Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: James Courtier-Dutton <James@superbug.demon.co.uk>
To: Jaroslav Kysela <perex@suse.cz>
Cc: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Re: [PATCH] Full duplex dmix,dsnoop
Date: Thu, 25 Mar 2004 21:11:40 +0000	[thread overview]
Message-ID: <40634B0C.9080000@superbug.demon.co.uk> (raw)
In-Reply-To: <Pine.LNX.4.58.0403252039320.1864@pnote.perex-int.cz>

Jaroslav Kysela wrote:
> On Thu, 25 Mar 2004, James Courtier-Dutton wrote:
> 
> 
>>bash-2.05b# arecord -fcd -Dplug:duplex | aplay -Dplug:duplex
>>Recording WAVE 'stdout' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
>>Playing WAVE 'stdin' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
>>arecord: pcm.c:5920: snd_pcm_mmap_commit: Assertion `frames <= 
>>snd_pcm_mmap_avail(pcm)' failed.
>>Aborted by signal Aborted...
>>
>>This last example with -fcd, outputs one period, maybe two then exits 
>>with the above error.
> 
> 
> Do you use latest CVS code? I've fixed this problem with the rate 
> (resampling) plugin.
> 
> 						Jaroslav
> 

I think so, cat /usr/include/alsa/version.h



/*
  *  version.h
  */

#define SND_LIB_MAJOR           1 /**< major number of library version */
#define SND_LIB_MINOR           0 /**< minor number of library version */
#define SND_LIB_SUBMINOR        3 /**< subminor number of library version */
#define SND_LIB_EXTRAVER        1000000 /**< extra version number, used 
mainly for betas */
/** library version */
#define SND_LIB_VERSION         ((SND_LIB_MAJOR<<16)|\
                                  (SND_LIB_MINOR<<8)|\
                                   SND_LIB_SUBMINOR)
/** library version (string) */
#define SND_LIB_VERSION_STR     "1.0.3b"


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

      reply	other threads:[~2004-03-25 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-25 19:37 [PATCH] Full duplex dmix,dsnoop James Courtier-Dutton
2004-03-25 19:40 ` Jaroslav Kysela
2004-03-25 21:11   ` James Courtier-Dutton [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=40634B0C.9080000@superbug.demon.co.uk \
    --to=james@superbug.demon.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=perex@suse.cz \
    /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