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-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
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-21 | audio(4) and ac97(4) style suspend/resume | Jacob Meuser |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | 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-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2007-05-26 | More 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-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2006-02-22 | IBM makes a pcn card that shows up as: | Brad Smith |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff |
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst |
2002-11-29 | - Fix playback problem on SiS7018. | Federico G. Schwindt |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-10-04 | do not read the codec regs, it seems to shutter the sound; from grendel@zeitb... | Michael Shalayeff |
2002-09-26 | time-bind the codec r/w loops, still does not solve problems on transmeta; te... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2001-12-05 | choose one AC97 name and stick with it a bit more often | Theo de Raadt |
2001-12-01 | recover ugly irq print, cleanup on failure to attach | Michael Shalayeff |
2001-11-26 | remove static on functions. | Michael Shalayeff |
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko... | Michael Shalayeff |