RE: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver)Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-30 Thread dave willis
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/

RE: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver) Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-30 Thread James Courtier-Dutton
4:48 > To: James Courtier-Dutton > Cc: [EMAIL PROTECTED] > Subject: RE: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci > driver) Bugs in snd_pcm_hw_params_set_period_size_near. > > > On Fri, 30 Nov 2001, James Courtier-Dutton wrote: > > > Ok, where should I sta

RE: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver)Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-30 Thread Jaroslav Kysela
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

RE: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver) Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-30 Thread James Courtier-Dutton
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jaroslav > Kysela > Sent: 29 November 2001 21:25 > To: James Courtier-Dutton > Cc: [EMAIL PROTECTED] > Subject: Re: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (

Re: [Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver)Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-29 Thread Jaroslav Kysela
On Thu, 29 Nov 2001, James Courtier-Dutton wrote: > Hello > With the following card: - > YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver) > > Why does: - > tmp = snd_pcm_hw_params_set_period_size_near(this->audio_fd, params, > period_size, 0); > > give tmp=257 no matter what value you give peri

[Alsa-devel] YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver) Bugs in snd_pcm_hw_params_set_period_size_near.

2001-11-29 Thread James Courtier-Dutton
Hello With the following card: - YMF744 - Yamaha DS-XG PCI (YMF744) (ymfpci driver) Why does: - tmp = snd_pcm_hw_params_set_period_size_near(this->audio_fd, params, period_size, 0); give tmp=257 no matter what value you give period_size ? Is the period_size fixed on this card? Cheers James