summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auixp.c
AgeCommit message (Expand)Author
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-02-21splitted -> split, necesssary -> necessaryJonathan Gray
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-01-09spellingJonathan Gray
2020-06-27Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.Jonathan Gray
2020-01-24remove some ifdef notyet code that doesn't seem to be moving forward...Ted Unangst
2019-12-14Add sizes for free() in auixp(4).Frederic Cambus
2018-09-03Remove round_buffersize function from drivers using the default buffersizemiko
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-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
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-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
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-09-21* add autoconf(9) activate function. basically the same as other ac97(4)Jacob Meuser
2010-08-27Delete #if'd out powerhook code which is just unfinished scaffoldingTheo de Raadt
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2009-10-12auixp(4) also supports SB600. from Brad.Jacob Meuser
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-09-24remove dead stores and newly created unused variables.Charles Longeau
2008-09-17Update for renamed ATI PCI ids.Brad Smith
2008-05-25use ac97 default parameters for auich(4), auixp(4) and auvia(4).Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-02-13Since SPDIF support for the auixp driver is still half doneJacob Meuser
2008-02-13as with the recent auich(4) commit, set the sample rate of theJacob Meuser
2008-02-12pin 47 on ALC65{0,5,8} ac97 codecs can be used for either eapd orJacob Meuser
2008-01-15bring in lots of ac97(4) and auvia(4) updates from NetBSDJacob Meuser
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2007-09-17Some bzero() -> M_ZERO. ok jakemsr@Kenneth R Westerback
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
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2006-04-27Quirk for MSI Megabook S270 audio output. Ok deraadt@.Matthieu Herrb
2006-04-13Coverity ID 2311: in auixp_allocate_dma_chain() free dma variable ifBrad Smith
2006-01-25Duh! If askes to halt the input dont halt the output instead. This alsoBrad Smith
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff