From: Phil Burk Date: Sun, 22 May 2016 00:30:21 +0000 (-0700) Subject: Revert paqa_devs X-Git-Tag: pa_stable_v190600_20161030~17^2~1 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=36a6c92caac08319443254d13a10b89616777039;p=portaudio Revert paqa_devs --- diff --git a/qa/paqa_devs.c b/qa/paqa_devs.c index 5bfdaab..edf3071 100644 --- a/qa/paqa_devs.c +++ b/qa/paqa_devs.c @@ -231,7 +231,7 @@ static void TestDevices( int mode ) 88200.0, 96000.0, -1.0 }; /* Negative terminated list. */ int numDevices = Pa_GetDeviceCount(); - for( id=3; id MAX_TEST_CHANNELS ) maxChannels = MAX_TEST_CHANNELS; - for( jc=4; jc<=maxChannels; jc++ ) + for( jc=1; jc<=maxChannels; jc++ ) { printf("\n========================================================================\n"); printf(" Device = %s\n", pdi->name ); printf("========================================================================\n"); /* Try each standard sample rate. */ - for( i=9; standardSampleRates[i] > 0; i++ ) + for( i=0; standardSampleRates[i] > 0; i++ ) { TestFormats( mode, (PaDeviceIndex)id, standardSampleRates[i], jc ); }