alsa: avoid uninitialized read
authorTristan Matthews <le.businessman@gmail.com>
Sun, 2 Nov 2014 04:52:14 +0000 (00:52 -0400)
committerTristan Matthews <le.businessman@gmail.com>
Sun, 2 Nov 2014 04:52:48 +0000 (00:52 -0400)
commit7efec74033f289c86875e2293c91503ebf27767d
treec59b44c1ea2094e42c471e9c2f04dfcafba4dcb0
parente2f63bd30514c7a8dc3439a681a87681ef0ad6d3
alsa: avoid uninitialized read

The check if ( subdevice != -1 ) was being done on a potentially
uninitialized variable.
RtAudio.cpp