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 period_size ?
>
> Is the period_size fixed on this card?

You got it. It is fixed to 256 frames at 48kHz. The value 257 is probably
caused with some rounding (and should be fixed, of course).

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
SuSE Linux    http://www.suse.com
ALSA Project  http://www.alsa-project.org


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to