summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cs4231.c
AgeCommit message (Expand)Author
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2011-11-28PR# kern/45664: audio panic at detachjmcneill
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-06-02split audiocschristos
2010-04-16#include <sys/bus.h> instead of <machine/bus.h>. No functional changedyoung
2010-01-14set a delta value on the master channel and move it to the outputs class somacallan
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28Minor fixes to some of these files:garbled
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-11const'ify ad1848 devmap.martin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2005-12-11merge ktrace-lwp.christos
2005-01-15ansify and KNFkent
2004-07-09Remove unused variable.petrov
2004-07-09Remove junk code.mycroft
2004-04-22sprintf -> snprintfitojun
2003-09-10G/c cs4231_round_buffersize and cs4231_round_blocksize. The round_*uwe
2003-05-03DMA, not dma nor Dma.wiz
2003-02-01Clenup malloc signature change fallout.martin
2002-08-22Add a mixerctl to mute the internal (mono) speaker viamartin
2002-08-22Argh! Remove accidently commited debug changes.martin
2002-08-22Fix output volume handling, port-sparc64/18033 from Sung-Won Chung.martin
2002-03-12Rework the driver to add EBus DMA support and improve APC DMA support.uwe
2001-11-13add/cleanup RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2000-06-16Comply with bus_dma(9) specs.pk
2000-03-30Remove register declarations.augustss
2000-01-28Reset audio chip on device open.pk
1999-06-05split sbus audiocs code up so we can share it with the ebus. XXX ebus DMA is...mrg