Date: Sun, 12 Mar 1995 15:34:15 -0800 From: Steven Wallace <swallace> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c dev_table.h gus_card.c gus_wave.c local.h mpu401.c opl3.c os.h pas2_card.c pas2_mixer.c pss.c sb16_dsp.c sb16_midi.c sb_dsp.c sb_midi.c sequencer.c sound.doc sound_calls.h sound_config.h sound_switch.c soundcard.c uart6850.c Readme.freebsd Message-ID: <199503122334.PAA27070@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
swallace 95/03/12 15:34:14 Modified: sys/i386/isa/sound ad1848.c dev_table.h gus_card.c gus_wave.c local.h mpu401.c opl3.c os.h pas2_card.c pas2_mixer.c pss.c sb16_dsp.c sb16_midi.c sb_dsp.c sb_midi.c sequencer.c sound.doc sound_calls.h sound_config.h sound_switch.c soundcard.c uart6850.c Removed: sys/i386/isa/sound Readme.freebsd Log: Reorganize how sound devices are configured. Use a snd controller with individual devices for each type of sound card: opl, sb, sbxvi, sbmidi, pas, mpu, gus, gusxvi, gusmax, mss, uart EXCLUDE_* options are no longer required to be included in the config file. They are automatically determined by local.h depending on the devices included. Move #includes in local.h to os.h so files are included in the proper order to avoid warnings. soundcard.c now has additional code to reflect the device driver routines needed. Define new EXCLUDE_SB16MIDI for use in sb16_midi.c and dev_table.h. #ifndef EXCLUDE_SEQUENCER or EXCLUDE_AUDIO have been added to soundcard.c and sound_switch.c where appropriate. Probe outputs changed to reflect new device names. Readme.freebsd not needed. Update sound.doc with new config instructions. Reviewed by: wollman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503122334.PAA27070>