diff options
Diffstat (limited to 'src/synth.c')
-rw-r--r-- | src/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth.c b/src/synth.c index 5a08e4f..5ce932f 100644 --- a/src/synth.c +++ b/src/synth.c @@ -61,8 +61,8 @@ main(void) { for( i=0; i< Pa_GetDeviceCount(); i++ ) { deviceInfo = Pa_GetDeviceInfo( i ); //if (!strcmp("HyperX Cloud II Wireless: USB Audio (hw:0,0)", deviceInfo->name)) break; - if (!strcmp("HDA Intel PCH: ALC1220 Analog (hw:1,0)", deviceInfo->name)) break; printf("dev: %s || %f\n", deviceInfo->name, deviceInfo->defaultSampleRate); + if (!strcmp("HDA Intel PCH: ALC1220 Analog (hw:0,0)", deviceInfo->name)) break; } |