[CM] snd-gtk-alsa "alsa_audio_open: could not set rate to exactly 44100, set to 3200 instead"

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 30 Jan 2006 11:00:42 -0800


Apparently Alsa changed at some point -- I don't immediately find
any mention of it, but I think snd_pcm_hw_params_set_rate_near
now takes a pointer to the srate and returns the new value through
that pointer, so the old code thought an error had occurred when
in fact none had.  I'll update the various versions of audio.c.