From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0002147]: lack of full duplex operation for ati-ixp chipset.
Date: Sun, 28 May 2006 04:24:12 +0200 [thread overview]
Message-ID: <e147bf93456c8a4d1db473350bad0e97@bugtrack.alsa-project.org> (raw)
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2147>
======================================================================
Reported By: Gene Heskett
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 2147
Category: PCI - atiixp
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: FC5, uptodate
Kernel Version: 2.6.16-1.2111_FC5
======================================================================
Date Submitted: 05-23-2006 03:52 CEST
Last Modified: 05-28-2006 04:24 CEST
======================================================================
Summary: lack of full duplex operation for ati-ixp chipset.
Description:
skype, ekiga, audacity, and generally any program that needs to both
transmit and receive, using isolated paths, fails in playback when
recording. In skype, I sound great at the far end, but reception may or
may not work, with emphasis on the not. What I hear in the phones, or in
the speakers, sounds like what you would get if you took a sentence of
spoken words, break it up into say 5ms pieces, and play them at maybe 10
of these little snippets per second, so that the resultant sound is broken
up to the point of no comprehension, and stretched in time by a
considerable amount.
In audacity, simultanious playback, or play one track while recording
another, likewise fails in that only very short snippets of the played
track are output to the phones or speakers.
Likewise, ekiga suffers from this same effect, I'm told I sound great on
teh other end, but I can't hear more than half a word occasionally.
======================================================================
----------------------------------------------------------------------
Raymond - 05-28-06 04:05
----------------------------------------------------------------------
arecord -vv -fcd foo.wav
Recording WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
Stereo
Warning: rate is not accurate (requested = 44100Hz, got = 48000Hz)
please, try the plug plugin (-Dplug:default)
Hardware PCM card 0 'ATI IXP' device 0 subdevice 0
It seem that dmix and dsnoop are disabled and your card only support
48000Hz
http://hg-mirror.alsa-project.org/alsa-lib?cmd=file;file=src/conf/cards/ATIIXP.conf;filenode=38d08ce2e926e4db86d686ddbab08f38a60edaf9;style=raw
Most likely the card need "type plug" for playing/recording 44100Hz
# default with dmix/dsnoop
ATIIXP.pcm.default {
@args [ CARD ]
@args.CARD {
type string
}
type asym
playback.pcm {
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ]
}
}
capture.pcm {
type plug
slave.pcm {
@func concat
strings [ "dsnoop:" $CARD ]
}
}
}
----------------------------------------------------------------------
rlrevell - 05-28-06 04:24
----------------------------------------------------------------------
If you are using alsa-lib 1.0.11 it should be using dmix and dsnoop by
default.
Issue History
Date Modified Username Field Change
======================================================================
05-23-06 03:52 Gene Heskett New Issue
05-23-06 03:52 Gene Heskett Distribution => FC5, uptodate
05-23-06 03:52 Gene Heskett Kernel Version => 2.6.16-1.2111_FC5
05-23-06 15:01 tiwai Note Added: 0009934
05-23-06 16:46 Gene Heskett Note Added: 0009938
05-23-06 17:24 tiwai Note Added: 0009941
05-23-06 18:07 Gene Heskett Note Added: 0009943
05-23-06 19:14 tiwai Note Added: 0009947
05-28-06 03:08 Gene Heskett Note Added: 0009985
05-28-06 03:20 Gene Heskett Note Added: 0009986
05-28-06 03:22 rlrevell Note Added: 0009987
05-28-06 03:58 Raymond Note Added: 0009988
05-28-06 04:04 Raymond Note Edited: 0009988
05-28-06 04:05 Raymond Note Edited: 0009988
05-28-06 04:24 rlrevell Note Added: 0009989
======================================================================
next reply other threads:[~2006-05-28 2:24 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-28 2:24 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-06-02 1:51 [ALSA - driver 0002147]: lack of full duplex operation for ati-ixp chipset bugtrack
2006-06-01 8:34 bugtrack
2006-05-31 16:05 bugtrack
2006-05-30 1:46 bugtrack
2006-05-29 19:24 bugtrack
2006-05-29 13:55 bugtrack
2006-05-29 13:34 bugtrack
2006-05-29 9:41 bugtrack
2006-05-29 2:24 bugtrack
2006-05-29 1:13 bugtrack
2006-05-28 11:17 bugtrack
2006-05-28 6:32 bugtrack
2006-05-28 6:22 bugtrack
2006-05-28 4:35 bugtrack
2006-05-28 4:29 bugtrack
2006-05-28 4:13 bugtrack
2006-05-28 3:37 bugtrack
2006-05-28 3:34 bugtrack
2006-05-28 3:27 bugtrack
2006-05-28 3:10 bugtrack
2006-05-28 2:51 bugtrack
2006-05-28 1:59 bugtrack
2006-05-28 1:22 bugtrack
2006-05-28 1:20 bugtrack
2006-05-28 1:08 bugtrack
2006-05-23 17:14 bugtrack
2006-05-23 16:07 bugtrack
2006-05-23 15:24 bugtrack
2006-05-23 14:46 bugtrack
2006-05-23 13:01 bugtrack
2006-05-23 1:52 bugtrack
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=e147bf93456c8a4d1db473350bad0e97@bugtrack.alsa-project.org \
--to=bugtrack@alsa-project.org \
--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.