summaryrefslogtreecommitdiff
path: root/sys/dev/ic/opl.c
AgeCommit message (Expand)Author
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2013-06-28avoid undefined behaviorchristos
2012-04-09Tidy up a little, the way that midi attachment code worksplunky
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2009-09-01aprint-ifyjmcneill
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-04Split device_t/softc for midi(4), and other related cosmetic changes.cube
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-08-12Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".nakayama
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-09stack police: Introduce an opl_match function that uses malloc instead ofchristos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-04-22sprintf -> snprintfitojun
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-02-09- init panpot at resetitohy
2001-11-13add/cleanup RCSIDlukem
2001-11-04Introduce "flags 1", which causes left and right channels swapped.itohy
2001-10-23Make it compile with debug on.augustss
2001-10-23Support panpot on OPL3. Now this device is a stereo instrument.itohy
2001-09-29Add a detach function (from Jared D. McNeill).augustss
2001-01-18constifyjdolecek
2000-08-12Fix spelling in comment.augustss
1999-10-05Add power control hooks.itohy
1999-10-04Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>.augustss
1999-05-23Update doc URL.augustss
1998-12-08Make the OPL information string more informative.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-09-13Make sure all voices are deallocated on close.mycroft
1998-08-26Do some renaming of registers and make sure we get sound in bothaugustss
1998-08-26Make the OPL driver turn on the sound on sound cards that require it.augustss
1998-08-22Change debug output.augustss
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss