From 36a6c92caac08319443254d13a10b89616777039 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sat, 21 May 2016 17:30:21 -0700 Subject: [PATCH] Revert paqa_devs --- qa/paqa_devs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); } -- 2.43.0