Don't modify a capture device's format
commit5ff1730e02cab2984b3e6378a57353abf9baa07d
authorChris Robinson <chris.kcat@gmail.com>
Mon, 8 Sep 2014 21:29:59 +0000 (8 14:29 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 8 Sep 2014 21:29:59 +0000 (8 14:29 -0700)
tree3914acff906e06defe810f344370931522847656
parenta234fc11e580ac851bdfabc8711546209c1c11a1
Don't modify a capture device's format

OpenAL's capture API guarantees the application gets the format requested, or
else the device will fail to open. The only valid change is that the capture
buffer can be larger than requested.
Alc/backends/qsa.c