summaryrefslogtreecommitdiff
path: root/sys/dev/pci/autri.c
AgeCommit message (Expand)Author
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-11autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha
2019-12-04Add sizes for free() in autri(4).Frederic Cambus
2016-12-20Simplify the activate() functions of auglx(4), autri(4), 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-06-10Don't claim the autri(4) driver supports big-ending, signed 8-bit,Alexandre Ratchov
2015-06-10Use first 4 channels of the board. The previous channel settingAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
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-11-15ansify some function definitions.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
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-21audio(4) and ac97(4) style suspend/resumeJacob 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
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
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
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-09flag stereo channels as reversed. those rare people without swapped stereoTed Unangst
2002-11-29- Fix playback problem on SiS7018.Federico G. Schwindt
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-10-04do not read the codec regs, it seems to shutter the sound; from grendel@zeitb...Michael Shalayeff
2002-09-26time-bind the codec r/w loops, still does not solve problems on transmeta; te...Michael Shalayeff
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-05choose one AC97 name and stick with it a bit more oftenTheo de Raadt
2001-12-01recover ugly irq print, cleanup on failure to attachMichael Shalayeff
2001-11-26remove static on functions.Michael Shalayeff