summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eap.c
AgeCommit message (Expand)Author
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
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
2020-01-11eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha
2019-12-14Add sizes for free() in eap(4).Frederic Cambus
2018-09-14mark some suspend/resume functions always returning zero as void; ok ratchov@miko
2018-09-13clarify that config_activate_children() is called unconditionally in *activat...miko
2018-04-11Add mixer save/restore capability to the audio(4) driver andAlexandre Ratchov
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre 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-08-20Release CPU mutexes on EINVAL.doug
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-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
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
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-22autoconf activate, suspend/resume supportJacob Meuser
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-06-20Lock the sample rate of es1731-based devices to 48kHz (ie theAlexandre Ratchov
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-02-15avoid possibly using an uninitialized variable.Jacob Meuser
2008-12-29initialize the sample rate converter on es1371 chips to 48 kHz insteadJacob 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-21outputs.master.mute, inputs.dac.mute, record.volume.mute and record.sourceAlexandre Ratchov
2007-11-12repair input vs output confusionJacob Meuser
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-25KNF and zap trailing whitespace.Niall O'Higgins
2005-04-25use delay() and not tsleep() in attach. makes driver work properly withNiall O'Higgins
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-07Don't link to ac97 specs from individual drivers.Jonathan Gray
2004-03-18don't read registers all the time, solves timeout issues. from Joris VinkTed Unangst
2003-05-14time bound some of the loops instead of depending on pci read to determineJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-05Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.Todd C. Miller
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright