At Thu, 18 Jul 2002 12:23:35 +0530,
Shaju Abraham wrote:
>
> Hi all,
> We usedALSA driver version( 0.5.12a) on i810 motherboard, Red Hat
> 7.1 kernel 2.4.4.
>
> We played a mp3 song using mpg123. when the song was being played, we opened
> about 20 to 25 konsole windows and netscape na
Hi all,
I've just found the following message at the vmlinuz mail archive:
*
My sound card is a Hercules Fortissimo II (Cirrus Logic CrystalClear
SoundFusion Audio Accelerator CS4624).
The are three problems to be addressed:
1. I am know using the kernel oss driver, and it wor
why doesn't this work:
snd_ctl_open (&handle, "hw:0,0", ...)
it means that you can't use the same standard name format for control
devices as PCM devices, which is a bit of problem for programs that
need to open both but only want to require the user to specify a
single name ...
--p
-
I have just downloaded alsa-lib 0.9.0rc2
alsa-lib-0.9.0rc2/src/pcm/pcm_local.h
The code below will return negative value when avail < - pcm->boundary
It may happen if appl.ptr==0 and hw.ptr+pcm->buffer_size goes from 0x7fff
to 0x8000 .
static inline snd_pcm_uframes_t snd_pcm_mmap_playba
Hi,
some functions take an int parameter called dir (e.g.:
snd_pcm_hw_params_set_rate()).
What is the meaning of that parameter?
Regards
FAU
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
>some functions take an int parameter called dir (e.g.:
>snd_pcm_hw_params_set_rate()).
>What is the meaning of that parameter?
its to let you know if the actual value set is above, below or equal
to the one you asked for.
--p
---
This sf.ne
Paul Davis wrote:
> >some functions take an int parameter called dir (e.g.:
> >snd_pcm_hw_params_set_rate()).
> >What is the meaning of that parameter?
>
> its to let you know if the actual value set is above, below or equal
> to the one you asked for.
>
> --p
But how could this be in this case:
* remove some printk's
* fix rate rules so that OSS emulation works correctly
Index: hdsp.c
===
RCS file: /cvsroot/alsa/alsa-kernel/pci/rme9652/hdsp.c,v
retrieving revision 1.8
diff -u -u -r1.8 hdsp.c
--- hdsp.c 14 Jul 2002 2
i've been wondering what to do about setting sample rates in the
hammerfall and h-dsp drivers. fernando and gary from CCRMA have made
the excellent suggestion that rather than have the driver pretend that
all rates are available all the time, as it currently does, that we
have a control switch to
I have had some luck with getting 4 channels to register using the multi
plugin.
I have the following in .asoundrc.
pcm.quattro {
type multi;
slaves.a.pcm "hw:2,0";
slaves.a.channels 3;
bindings.0.slave a;
bindings.0.channel 0;
bindi
10 matches
Mail list logo