Age | Commit message (Expand) | Author |
2019-08-22 | do pci_intr_disestablish() and bus_space_unmap() calls if auich_alloc_cdata()... | miko |
2019-08-15 | auich_freemem() returns void. while here fix a typo in an error message. audi... | miko |
2018-10-27 | size for free(); ok ratchov@ | miko |
2018-09-14 | ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@ | miko |
2018-09-14 | mark some suspend/resume functions always returning zero as void; ok ratchov@ | miko |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-09-24 | Kill two generic DVACT_DEACTIVATE handlers since this event is now | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-17 | fix format mistakes visible if AUICH_DEBUG is defined | Alexandre Ratchov |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2012-01-11 | ansify and de'register some prototypes | David Hill |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | do not return EOPNOTSUPP for unknown activate actions | Theo de Raadt |
2010-08-27 | Since the changes in neo(4) work, it is very likely that the exact same | Theo de Raadt |
2010-08-09 | sync hardware and software buffer positions on resume | Jacob Meuser |
2010-08-08 | suspend/resume support for auich, and some infrastructure in ac97 | Jacob Meuser |
2010-08-03 | if interrupt mapping fails, say so | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-06-07 | Fix various problems of auich on SiS 7012 based chips: | Alexandre Ratchov |
2010-03-30 | Do not print ac97 link rate message unless debug is enabled. | David Coppa |
2010-01-14 | SiS devices seem unable to reset dma block index to zero, causing | Alexandre Ratchov |
2009-11-05 | BUS_DMA_NOCACHE is defined on all archs that include this driver | Jacob Meuser |
2008-10-28 | SiS 7012 uses different multichannel control bits (data from linux). | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-10-23 | S/PDIF output support in ac97(4), auich(4) and auvia(4) | Jacob Meuser |
2008-10-23 | enable 4 and 6 channel support. | Jacob Meuser |
2008-09-15 | this driver uses three dma segments; play, record, calibrate. | Jacob Meuser |
2008-05-25 | use ac97 default parameters for auich(4), auixp(4) and auvia(4). | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-03-24 | 8-bit has been emulated for some time now. quit lying. | Jacob Meuser |
2008-02-12 | if the ac97 codec is fixed-rate, ac97_set_rate() will return the | Jacob Meuser |
2008-02-08 | don't unconditionally return here, still need to set recording parameters | Jacob Meuser |
2008-01-15 | bring in lots of ac97(4) and auvia(4) updates from NetBSD | Jacob Meuser |
2007-10-23 | - use endian-specific conversions, instead of relying on | Jacob Meuser |
2007-10-20 | replace auich's DMA and interrupt handling with code from NetBSD's | Jacob Meuser |
2007-09-17 | Some bzero() -> M_ZERO. ok jakemsr@ | Kenneth R Westerback |
2007-08-02 | add proper recording encodings to auich(4). | Jacob Meuser |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |