Avoid failing if ALSA can't set a buffer or period time near to our request
commit051195a99152e35e089a2477b4a7f66a1aadf6da
authorChris Robinson <chris.kcat@gmail.com>
Sun, 17 Jun 2012 06:02:59 +0000 (16 23:02 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 17 Jun 2012 06:02:59 +0000 (16 23:02 -0700)
tree2f1e8d5c3a645098e4e0299aad020bfcb9d71e98
parent90ca6675c2a433a99d3cc3086cc18428b1088b10
Avoid failing if ALSA can't set a buffer or period time near to our request

These functions should not fail, but there seem to be bugs that cause them to
sometimes. We're flexible enough to handle almost anything it throws back at us
though, so anything is better than nothing here.
Alc/backends/alsa.c