[pulseaudio-tickets] [Bug 48109] [regression] pulseaudio-1.99.2 doesn't like snd-pcsp

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 31 01:44:57 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=48109

--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> 2012-03-31 01:44:57 PDT ---
We could add 37286 Hz to the list of supported rates, but I think we should try
to support any strange rate that the sound card uses. The function that causes
this failure is pa_alsa_get_supported_rates(). I wonder why it uses a static
list of rates instead of querying the hardware about all the rates it supports.
Is there no API for that in alsa? Can some cards support any rate, making the
list of supported rates too big? If getting the full list of supported rates
from alsa is for some reason not possible or good idea, then I think
pa_alsa_get_supported_rates() should, in case the hardware doesn't support any
of the "normal" rates, return the abnormal rate that the hardware does support.
There shouldn't be any reason to refuse to work on strange hardware.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list