taglinefilesource code
put_status79drivers/sound/sound_switch.creturn put_status ("0");
put_status115drivers/sound/sound_switch.cput_status ("VoxWare Sound Driver:" SOUND_VERSION_STRING
put_status120drivers/sound/sound_switch.cput_status ("VoxWare Sound Driver:" SOUND_VERSION_STRING
put_status126drivers/sound/sound_switch.cif (!put_status ("Config options: "))
put_status131drivers/sound/sound_switch.cif (!put_status ("\n\nInstalled drivers: \n"))
put_status137drivers/sound/sound_switch.cif (!put_status ("Type "))
put_status141drivers/sound/sound_switch.cif (!put_status (": "))
put_status143drivers/sound/sound_switch.cif (!put_status (sound_drivers[i].name))
put_status146drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status150drivers/sound/sound_switch.cif (!put_status ("\n\nCard config: \n"))
put_status159drivers/sound/sound_switch.cif (!put_status ("("))
put_status168drivers/sound/sound_switch.cif (!put_status (sound_drivers[drv].name))
put_status171drivers/sound/sound_switch.cif (!put_status (" at 0x"))
put_status176drivers/sound/sound_switch.cif (!put_status (" irq "))
put_status186drivers/sound/sound_switch.cif (!put_status (" drq "))
put_status192drivers/sound/sound_switch.cif (!put_status (","))
put_status200drivers/sound/sound_switch.cif (!put_status (")"))
put_status203drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status209drivers/sound/sound_switch.cput_status ("\n\n***** Sound driver not started *****\n\n");
put_status214drivers/sound/sound_switch.cif (!put_status ("\nAudio devices: NOT ENABLED IN CONFIG\n"))
put_status217drivers/sound/sound_switch.cif (!put_status ("\nAudio devices:\n"))
put_status224drivers/sound/sound_switch.cif (!put_status (": "))
put_status226drivers/sound/sound_switch.cif (!put_status (audio_devs[i]->name))
put_status230drivers/sound/sound_switch.cif (!put_status (" (DUPLEX)"))
put_status233drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status239drivers/sound/sound_switch.cif (!put_status ("\nSynth devices: NOT ENABLED IN CONFIG\n"))
put_status242drivers/sound/sound_switch.cif (!put_status ("\nSynth devices:\n"))
put_status249drivers/sound/sound_switch.cif (!put_status (": "))
put_status251drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))
put_status253drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status259drivers/sound/sound_switch.cif (!put_status ("\nMidi devices: NOT ENABLED IN CONFIG\n"))
put_status262drivers/sound/sound_switch.cif (!put_status ("\nMidi devices:\n"))
put_status269drivers/sound/sound_switch.cif (!put_status (": "))
put_status271drivers/sound/sound_switch.cif (!put_status (midi_devs[i]->info.name))
put_status273drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status278drivers/sound/sound_switch.cif (!put_status ("\nTimers:\n"))
put_status285drivers/sound/sound_switch.cif (!put_status (": "))
put_status287drivers/sound/sound_switch.cif (!put_status (sound_timer_devs[i]->info.name))
put_status289drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status293drivers/sound/sound_switch.cif (!put_status ("\nMixers:\n"))
put_status300drivers/sound/sound_switch.cif (!put_status (": "))
put_status302drivers/sound/sound_switch.cif (!put_status (mixer_devs[i]->name))
put_status304drivers/sound/sound_switch.cif (!put_status ("\n"))