Use portaudio error codes in the PortaudioIO class.
authorTim Mayberry <mojofunk@gmail.com>
Sat, 26 Sep 2015 10:49:41 +0000 (20:49 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Wed, 30 Sep 2015 23:10:19 +0000 (09:10 +1000)
commitf17815211401d828781b9be8a8252291b39cb23f
tree82a249b1d32072e95e1ff932c8e49fd7c02b2d03
parentd19605aeaa99ffebb2048feb3fe86e0fd30db4ac
Use portaudio error codes in the PortaudioIO class.

Having error codes defined in PortaudioIO means it is not dependent on the
ErrorCodes in AudioBackend but it doesn't really make sense to have another
set, so just use the PA ones until they become insufficient.
libs/backends/portaudio/portaudio_backend.cc
libs/backends/portaudio/portaudio_io.cc
libs/backends/portaudio/portaudio_io.h