summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cs4231.c
AgeCommit message (Expand)Author
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2003-12-20Pass -Wformat.Miod Vallat
2003-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2003-05-11string cleaning; krw okTheo de Raadt
2002-09-11update from sparc64 version:Jason Wright
2002-08-16remove debugging codeJason Wright
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-18Move CS_TIMEOUT declJason Wright
2002-01-11Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231regJason Wright
2002-01-11Oops, that's -disable- interrupt enable in cs4231_close()...Jason Wright
2002-01-11Remove last nights interrupt handling hack and do it right:Jason Wright
2002-01-11Only check for playback interrupts if we're actually expecting them.Jason Wright
2000-09-18fix reversed muting; patch from: jason@Brad Smith
2000-07-04Missing splx.Artur Grabowski
1999-08-06reformat and simplify a littleJason Wright
1999-06-07Better support for changing volume levels, muting, and switching outputJason Wright
1999-06-06First cut at SUNW,CS4231 audio driver (ss4/ss5). This driver is output-onlyJason Wright