X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fsoundtest.c;h=5540624ad564da77b58481b81af23cbdb9cbe6a0;hb=0c5e51127206d26290a8e1e1349ab37d847d1d84;hp=b0a380042746e891876e7172513b00795485767a;hpb=a6b59671a49e2b0ec91c8a0fbbfe4804ca126f24;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/soundtest.c b/tests/soundtest.c index b0a3800..5540624 100644 --- a/tests/soundtest.c +++ b/tests/soundtest.c @@ -8,18 +8,10 @@ void glk_main(void) { - if(!glk_gestalt(gestalt_Sound, 0)) { + if(!glk_gestalt(gestalt_Sound2, 0)) { fprintf(stderr, "Sound not supported.\n"); return; } - if(!glk_gestalt(gestalt_SoundVolume, 0)) { - fprintf(stderr, "Sound volume not supported.\n"); - return; - } - if(!glk_gestalt(gestalt_SoundNotify, 0)) { - fprintf(stderr, "Sound notification not supported.\n"); - return; - } schanid_t sc[NUM_CHANNELS]; int count;