Home
last modified time | relevance | path

Searched refs:sndtype (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/
H A Dsndintrf.h230 #define sndti_name(sndtype, sndindex) sndti_get_info_string(sndtype, sndindex, SNDINFO_STR_NAME) argument
231 #define sndti_core_family(sndtype, sndindex) sndti_get_info_string(sndtype, sndindex, SNDINFO_STR_C… argument
232 #define sndti_core_version(sndtype, sndindex) sndti_get_info_string(sndtype, sndindex, SNDINFO_STR_… argument
233 #define sndti_core_file(sndtype, sndindex) sndti_get_info_string(sndtype, sndindex, SNDINFO_STR_CO… argument
234 #define sndti_core_credits(sndtype, sndindex) sndti_get_info_string(sndtype, sndindex, SNDINFO_STR_… argument
238 int sndti_clock(int sndtype, int sndindex);
253 #define sndtype_name(sndtype) sndtype_get_info_string(sndtype, SNDINFO_STR_NAME) argument
254 #define sndtype_core_family(sndtype) sndtype_get_info_string(sndtype, SNDINFO_STR_CORE_FAMILY) argument
255 #define sndtype_core_version(sndtype) sndtype_get_info_string(sndtype, SNDINFO_STR_CORE_VERSION) argument
256 #define sndtype_core_file(sndtype) sndtype_get_info_string(sndtype, SNDINFO_STR_CORE_FILE) argument
[all …]
H A Dsndintrf.c175 int sndtype; member
459 assert_always(sndtype >= 0 && sndtype < SOUND_COUNT, #name "() called with invalid sound type!"); \
463 assert_always(sndtype >= 0 && sndtype < SOUND_COUNT, #name "() called with invalid sound type!")
502 int sndtype = sndintrf_map[mapindex].sndtype; in sndintrf_init() local
552 info->intf = sndintrf[sndtype]; in sndintrf_init_sound()
553 info->sndtype = sndtype; in sndintrf_init_sound()
559 if (sound_matrix[sndtype][index] == 0) in sndintrf_init_sound()
561 sound_matrix[sndtype][index] = totalsnd; in sndintrf_init_sound()
641 return sound[sndnum].sndtype; in sndnum_to_sndti()
848 void sndti_reset(int sndtype, int sndindex) in sndti_reset() argument
[all …]
/dports/irc/cwirc/cwirc-2.0.0/
H A Dcwsound.c46 int generate_cw_sound_fragment(int sndtype,int keystate_prev,int keystate, in generate_cw_sound_fragment() argument
58 switch(sndtype) in generate_cw_sound_fragment()
H A Dcwsound.h2 int generate_cw_sound_fragment(int sndtype,int keystate_prev,int keystate,
/dports/comms/linrad/linrad-04.02/
H A Dpavar.c26 char *sndtype[4]={"Rx input","Rx output","Tx input","Tx output"}; variable
H A Dpadef.h6 extern char *sndtype[4];
H A Dpa.c897 SNDLOG"\n\nTESTING PORTAUDIO DEVICE %i FOR %s\n",n, sndtype[sound_type]); in pa_get_device_info()
1139 SNDLOG"\nTESTING ALL PORTAUDIO DEVICES FOR %s\n",sndtype[sound_type]); in set_portaudio()
1171 sprintf(s,"LIST OF VALID PORTAUDIO DEVICES FOR %s :",sndtype[sound_type]); in set_portaudio()
1266 sprintf(s,"Select portaudio device ID for %s from list >",sndtype[sound_type]); in set_portaudio()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Des5506.c210 UINT8 sndtype; /* 0 - ES5505, 1 - ES5506 */ member
917 static void es5506_start_common(es5506_state *chip, int clock, UINT8 sndtype) in es5506_start_common() argument
925 chip->sndtype = sndtype; in es5506_start_common()
927 max_chns = chip->sndtype ? 6 : 4; // 6 for ES5506, 4 for ES5505 in es5506_start_common()
951 if (chip->sndtype) in es5506_start_common()
1082 accum_mask = chip->sndtype ? 0xffffffff : 0x7fffffff; in device_reset_es5506()
2242 if (! chip->sndtype) in es550x_r()
2253 if (! chip->sndtype) in es550x_w()
2271 if (! chip->sndtype) in es550x_w16()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Des5506.c210 UINT8 sndtype; /* 0 - ES5505, 1 - ES5506 */ member
933 static void es5506_start_common(es5506_state *chip, int clock, UINT8 sndtype) in es5506_start_common() argument
941 chip->sndtype = sndtype; in es5506_start_common()
943 max_chns = chip->sndtype ? 6 : 4; // 6 for ES5506, 4 for ES5505 in es5506_start_common()
967 if (chip->sndtype) in es5506_start_common()
1098 accum_mask = chip->sndtype ? 0xffffffff : 0x7fffffff; in device_reset_es5506()
2258 if (! chip->sndtype) in es550x_r()
2270 if (! chip->sndtype) in es550x_w()
2288 if (! chip->sndtype) in es550x_w16()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Des5506.cpp961 …NT8* region0, UINT8* region1, UINT8* region2, UINT8* region3, irq_callback callback, INT32 sndtype) in es5506_start_common() argument
973 chip->chiptype = sndtype; in es5506_start_common()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Des5506.cpp961 …NT8* region0, UINT8* region1, UINT8* region2, UINT8* region3, irq_callback callback, INT32 sndtype) in es5506_start_common() argument
973 chip->chiptype = sndtype; in es5506_start_common()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h1347 _PROTOTYP( int sndtype, (char *) );
H A Dckcpro.c945 if (i < 8 && sndtype(cdmsgfile[i])) { /* Have readme file? */ in wart()
1248 sndtype((char *)(srvcmd+2)) /* New way */ in wart()
H A Dckcpro.w891 if (i < 8 && sndtype(cdmsgfile[i])) { /* Have readme file? */
1183 sndtype((char *)(srvcmd+2)) /* New way */
H A Dckcfns.c6136 sndtype(file) char * file; { in sndtype() function