summaryrefslogtreecommitdiff
path: root/sys/dev/pci/emuxki.c
AgeCommit message (Expand)Author
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-01-09spellingJonathan Gray
2020-06-17Do not do logical negation of a bitshifted field.mortimer
2018-09-13clarify that config_activate_children() is called unconditionally in *activat...miko
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2015-08-11Don't inline long functions as this tends to increase object sizeAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-06-23Remove unsigned comparison < 0.Brad Smith
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
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-12autoconf activate suspend/resume for emu(4). uses audio(4)Jacob Meuser
2010-09-10the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h.Jacob Meuser
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-12-09Replace the sc_type/sc_details enum's in the softc struct with a sc_flagsBrad Smith
2008-10-29support for Audigy 2 Value based on patch from Dennis SuhoninJacob Meuser
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
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
2008-03-10the Dell SoundBlaster Live! 5.1 cards differ enough from "regular"Jacob Meuser
2008-02-22as can be seen in emuxki_voice_set_srate(), the sample rate needs toJacob Meuser
2007-07-10emu(4) incorrectly overrides the requested recoding format, settingJacob Meuser
2006-01-20- match another revision of Audigy cardsJacob Meuser
2005-11-30- add initial SB Audigy supportBrad Smith
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-09-02Prevent mixer from resetting volume back to blead-from-the-ears.Marco Peereboom
2004-04-14make it compileMichael Shalayeff
2004-04-14another SoundBlaster LiveBrad Smith
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
2003-02-18intial -> initialJason McIntyre