taglinefilesource code
put_status71drivers/sound/sound_switch.creturn put_status ("0");
put_status107drivers/sound/sound_switch.cput_status ("Sound Driver:" SOUND_VERSION_STRING
put_status112drivers/sound/sound_switch.cput_status ("Sound Driver:" SOUND_VERSION_STRING
put_status118drivers/sound/sound_switch.cif (!put_status ("Config options: "))
put_status123drivers/sound/sound_switch.cif (!put_status ("\n\nInstalled drivers: \n"))
put_status129drivers/sound/sound_switch.cif (!put_status ("Type "))
put_status133drivers/sound/sound_switch.cif (!put_status (": "))
put_status135drivers/sound/sound_switch.cif (!put_status (sound_drivers[i].name))
put_status138drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status142drivers/sound/sound_switch.cif (!put_status ("\n\nCard config: \n"))
put_status151drivers/sound/sound_switch.cif (!put_status ("("))
put_status160drivers/sound/sound_switch.cif (!put_status (sound_drivers[drv].name))
put_status163drivers/sound/sound_switch.cif (!put_status (" at 0x"))
put_status168drivers/sound/sound_switch.cif (!put_status (" irq "))
put_status178drivers/sound/sound_switch.cif (!put_status (" drq "))
put_status184drivers/sound/sound_switch.cif (!put_status (","))
put_status192drivers/sound/sound_switch.cif (!put_status (")"))
put_status195drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status201drivers/sound/sound_switch.cput_status ("\n\n***** Sound driver not started *****\n\n");
put_status206drivers/sound/sound_switch.cif (!put_status ("\nAudio devices: NOT ENABLED IN CONFIG\n"))
put_status209drivers/sound/sound_switch.cif (!put_status ("\nAudio devices:\n"))
put_status216drivers/sound/sound_switch.cif (!put_status (": "))
put_status218drivers/sound/sound_switch.cif (!put_status (audio_devs[i]->name))
put_status222drivers/sound/sound_switch.cif (!put_status (" (DUPLEX)"))
put_status225drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status231drivers/sound/sound_switch.cif (!put_status ("\nSynth devices: NOT ENABLED IN CONFIG\n"))
put_status234drivers/sound/sound_switch.cif (!put_status ("\nSynth devices:\n"))
put_status241drivers/sound/sound_switch.cif (!put_status (": "))
put_status243drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))
put_status245drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status251drivers/sound/sound_switch.cif (!put_status ("\nMidi devices: NOT ENABLED IN CONFIG\n"))
put_status254drivers/sound/sound_switch.cif (!put_status ("\nMidi devices:\n"))
put_status261drivers/sound/sound_switch.cif (!put_status (": "))
put_status263drivers/sound/sound_switch.cif (!put_status (midi_devs[i]->info.name))
put_status265drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status270drivers/sound/sound_switch.cif (!put_status ("\nTimers:\n"))
put_status277drivers/sound/sound_switch.cif (!put_status (": "))
put_status279drivers/sound/sound_switch.cif (!put_status (sound_timer_devs[i]->info.name))
put_status281drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status285drivers/sound/sound_switch.cif (!put_status ("\nMixers:\n"))
put_status292drivers/sound/sound_switch.cif (!put_status (": "))
put_status294drivers/sound/sound_switch.cif (!put_status (mixer_devs[i]->name))
put_status296drivers/sound/sound_switch.cif (!put_status ("\n"))