Age | Commit message (Expand) | Author |
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 |
2006-08-19 | add the Intel 6300ESB and 6321ESB AC97 controllers. | Brad Smith |
2006-08-01 | attach to the NVIDIA MCP51 AC97 controller as well. | Brad Smith |
2006-05-29 | NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work here | Jonathan Gray |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-02-13 | nVidia/nvidia -> NVIDIA | Brad Smith |
2005-11-26 | Add some missing 'break;'s in auich and auixp that lint spotted. While | Kenneth R Westerback |
2005-08-10 | Some additional ICH7 bits which aren't strictly necessary to work | Jonathan Gray |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-08-04 | Support for ICH7 audio tested by Mark.Peoples at asu.edu | Jonathan Gray |
2005-05-31 | bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now. | Jason Wright |
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff |
2005-04-05 | Don't clobber the returned sample rate when the AC97 changes it. | Marco S Hyman |
2005-04-05 | match on nforce4 and nforce2-400 ac97 as well; form netbsd | Michael Shalayeff |
2005-04-05 | from netbsd: | Michael Shalayeff |