taglinefilesource code
put_status83drivers/sound/sound_switch.creturn put_status ("0");
put_status119drivers/sound/sound_switch.cput_status ("VoxWare Sound Driver:" SOUND_VERSION_STRING
put_status124drivers/sound/sound_switch.cput_status ("VoxWare Sound Driver:" SOUND_VERSION_STRING
put_status130drivers/sound/sound_switch.cif (!put_status ("Config options: "))
put_status135drivers/sound/sound_switch.cif (!put_status ("\n\nInstalled drivers: \n"))
put_status140drivers/sound/sound_switch.cif (!put_status ("Type "))
put_status144drivers/sound/sound_switch.cif (!put_status (": "))
put_status146drivers/sound/sound_switch.cif (!put_status (sound_drivers[i].name))
put_status149drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status153drivers/sound/sound_switch.cif (!put_status ("\n\nCard config: \n"))
put_status161drivers/sound/sound_switch.cif (!put_status ("("))
put_status170drivers/sound/sound_switch.cif (!put_status (sound_drivers[drv].name))
put_status173drivers/sound/sound_switch.cif (!put_status (" at 0x"))
put_status177drivers/sound/sound_switch.cif (!put_status (" irq "))
put_status181drivers/sound/sound_switch.cif (!put_status (" drq "))
put_status187drivers/sound/sound_switch.cif (!put_status (")"))
put_status190drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status195drivers/sound/sound_switch.cif (!put_status ("\nAudio devices: NOT ENABLED IN CONFIG\n"))
put_status198drivers/sound/sound_switch.cif (!put_status ("\nAudio devices:\n"))
put_status205drivers/sound/sound_switch.cif (!put_status (": "))
put_status207drivers/sound/sound_switch.cif (!put_status (audio_devs[i]->name))
put_status209drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status215drivers/sound/sound_switch.cif (!put_status ("\nSynth devices: NOT ENABLED IN CONFIG\n"))
put_status218drivers/sound/sound_switch.cif (!put_status ("\nSynth devices:\n"))
put_status225drivers/sound/sound_switch.cif (!put_status (": "))
put_status227drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))
put_status229drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status235drivers/sound/sound_switch.cif (!put_status ("\nMidi devices: NOT ENABLED IN CONFIG\n"))
put_status238drivers/sound/sound_switch.cif (!put_status ("\nMidi devices:\n"))
put_status245drivers/sound/sound_switch.cif (!put_status (": "))
put_status247drivers/sound/sound_switch.cif (!put_status (midi_devs[i]->info.name))
put_status249drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status254drivers/sound/sound_switch.cif (!put_status ("\nTimers:\n"))
put_status261drivers/sound/sound_switch.cif (!put_status (": "))
put_status263drivers/sound/sound_switch.cif (!put_status (sound_timer_devs[i]->info.name))
put_status265drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status269drivers/sound/sound_switch.cif (!put_status ("\nMixers:\n"))
put_status276drivers/sound/sound_switch.cif (!put_status (": "))
put_status278drivers/sound/sound_switch.cif (!put_status (mixer_devs[i]->name))
put_status280drivers/sound/sound_switch.cif (!put_status ("\n"))