taglinefilesource code
put_status83drivers/sound/sound_switch.creturn put_status ("0");
put_status118drivers/sound/sound_switch.cput_status ("Sound Driver:" SOUND_VERSION_STRING
put_status123drivers/sound/sound_switch.cif (!put_status ("Config options: "))
put_status128drivers/sound/sound_switch.cif (!put_status ("\n\nInstalled drivers: \n"))
put_status133drivers/sound/sound_switch.cif (!put_status ("Type "))
put_status137drivers/sound/sound_switch.cif (!put_status (": "))
put_status139drivers/sound/sound_switch.cif (!put_status (sound_drivers[i].name))
put_status142drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status146drivers/sound/sound_switch.cif (!put_status ("\n\nCard config: \n"))
put_status154drivers/sound/sound_switch.cif (!put_status ("("))
put_status163drivers/sound/sound_switch.cif (!put_status (sound_drivers[drv].name))
put_status166drivers/sound/sound_switch.cif (!put_status (" at 0x"))
put_status170drivers/sound/sound_switch.cif (!put_status (" irq "))
put_status174drivers/sound/sound_switch.cif (!put_status (" drq "))
put_status180drivers/sound/sound_switch.cif (!put_status (")"))
put_status183drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status187drivers/sound/sound_switch.cif (!put_status ("\nPCM devices:\n"))
put_status194drivers/sound/sound_switch.cif (!put_status (": "))
put_status196drivers/sound/sound_switch.cif (!put_status (audio_devs[i]->name))
put_status198drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status202drivers/sound/sound_switch.cif (!put_status ("\nSynth devices:\n"))
put_status209drivers/sound/sound_switch.cif (!put_status (": "))
put_status211drivers/sound/sound_switch.cif (!put_status (synth_devs[i]->info->name))
put_status213drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status217drivers/sound/sound_switch.cif (!put_status ("\nMidi devices:\n"))
put_status224drivers/sound/sound_switch.cif (!put_status (": "))
put_status226drivers/sound/sound_switch.cif (!put_status (midi_devs[i]->info.name))
put_status228drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status232drivers/sound/sound_switch.cif (!put_status ("\nMIDI Timers:\n"))
put_status239drivers/sound/sound_switch.cif (!put_status (": "))
put_status241drivers/sound/sound_switch.cif (!put_status (sound_timer_devs[i]->info.name))
put_status243drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status247drivers/sound/sound_switch.cif (!put_status ("\n"))
put_status251drivers/sound/sound_switch.cif (!put_status (" mixer(s) installed\n"))