Hi,
I have the following code in glame's alsa_audio_out plugin:
char *pcm_name="plughw:0,0";
...
err = snd_pcm_open(&handle, pcm_name, SND_PCM_STREAM_PLAYBACK,
SND_PCM_NONBLOCK);
if (err<0)
FILTER_ERROR_RETURN("couldn't open audio device");
/* set back to blocking io *
On Fri, 2001-11-30 at 02:06, Alexander Ehlert wrote:
> Hi,
>
> I have the following code in glame's alsa_audio_out plugin:
>
> char *pcm_name="plughw:0,0";
> ...
> err = snd_pcm_open(&handle, pcm_name, SND_PCM_STREAM_PLAYBACK,
> SND_PCM_NONBLOCK);
> if (err<0)
> FILTER_ERR
The
utils called ac3dec which comes with alsa drivers, should be able to output in
digital, if you use the -C option.
Also,
the xine media player(xine.sf.net), should be able to output sound from DVDs
etc, in digital if you set the passthru option to 1.
Also,
in normal operation, you should
Today Abramo Bagnara wrote:
>Paul Davis wrote:
>>
>> >Q: with the ice1712 it is possible to run two or more cards in sync
>> >A: Yes, if you're not thinking to share the same clock chip (i.e. some
>> >drift is possible).
>>
>> My interpretation: two cards will drift. or something. can you be mo
Ok, where should I start looking for the bug?
I have been looking, but I have not found yet, where the valid period sizes
are set.
I would imagine that this would be in the alsa-driver, but
snd_pcm_hw_params_set_period_size_near does not seem to call the
alsa-driver.
Cheers
James
> -Origina
On Fri, 30 Nov 2001, James Courtier-Dutton wrote:
> Ok, where should I start looking for the bug?
> I have been looking, but I have not found yet, where the valid period sizes
> are set.
> I would imagine that this would be in the alsa-driver, but
> snd_pcm_hw_params_set_period_size_near does not
Yes, That is right. It should be 5333 instead of 5334.
Can you check in a fix, replacing all the occurrences of 5334 with 5333 in
/alsa-driver/lowlevel/pci/ymfpci.c
Thanks
James
> -Original Message-
> From: Jaroslav Kysela [mailto:[EMAIL PROTECTED]]
> Sent: 30 November 2001 14:48
> To:
Hi,
I have installed the last kernel patch and tried to recompile the
alsa-driver directory from CVS. In kernel/rawmidi.c #352 and
kernel/hwdep.c #85 the Compiler told me about undeclared SOUND_MAJOR symbol.
I could solve this by adding #include , but that may not be
the right file for s
On Fri, 30 Nov 2001, Jaroslav Kysela wrote:
> alsa-driver/lowlevel/ymfpci.c
>
> Search for '5334' number. You might try to replace this value with '5333'.
works for me.
-dave
--
perl -e'@email=split(//,".tenmhd\@nosbud");foreach$letter(@email){$
email=$letter.$email;}$email=~s/(m|net\.)/a\1\1/
On Fri, 30 Nov 2001, Tom Browne wrote:
> Wouldn't touch a YMF744 with a large pole. I have the NX from Hoontech that
> Dan Hollis talks about, and the normal quality resampling (as far as the
> Win9x drivers go) is a bad, bad joke. High quality mode is passable, but I
> suspect this is done in s
10 matches
Mail list logo