summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cs4280.c
AgeCommit message (Expand)Author
2012-01-11ansify and de'register some prototypesDavid Hill
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Since the changes in neo(4) work, it is very likely that the exact sameTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2009-01-20Don't use (type *)var as an lvalue, it's incorrect. No functional changes.Alexander Yurchenko
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2007-10-21bring device back from power save mode if needed. fixes a problem reportedFederico G. Schwindt
2007-08-01deliverd -> delivered.Miod Vallat
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-12-19shorten codeTheo de Raadt
2004-12-19filesystem firmware loading written over the pacific 2 weeks ago, testedTheo de Raadt
2004-01-08tom broke the kernel, and is being scoldedTheo de Raadt
2003-08-21sys/types.h is not really needed w/ sys/param.hMichael Shalayeff
2003-08-21remove extra header file <sys/systm.h>. ok mickey@Kevin Lo
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-12-01correct irq messageTheo de Raadt
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-18more more microcode (so it does not end up installed in includes, for one)Theo de Raadt
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-02register save/restore fix from art via Chuck CranorMarco S Hyman
2001-03-14match formats in read_codec w/ write_codecMichael Shalayeff
2001-01-26constify BA1Michael Shalayeff
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco S Hyman
2000-07-19let us assume for now this workse with the other 3 chip modelsTheo de Raadt
2000-07-12Change to match OpenBSD output format.Federico G. Schwindt
2000-07-12Fix two bugs.Artur Grabowski
2000-06-30Driver for the cs4280 Crystal Clear audio found on some laptops.Artur Grabowski