Age | Commit message (Expand) | Author |
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 |
2005-04-05 | ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se> | Michael Shalayeff |
2005-04-02 | mixer can endup mapped w/ a different tag and so give it one of its own; from... | Michael Shalayeff |
2005-03-22 | fix probable pasto that calculated a control register value for | Marco S Hyman |
2005-01-17 | try memory-mapped bars first that exist on ich4/ich5 and fall bak to io-mappe... | Michael Shalayeff |
2005-01-17 | typo; from Michael van der Westhuizen <michael@skanky.homeunix.net> | Michael Shalayeff |
2004-11-30 | EB is just like DB does not set PCR; reported and tested by Jan Johansson <ja... | Michael Shalayeff |
2004-09-20 | Add nvidia nforce3 250 audio. From FreeBSD via deraadt@. | Alexander Yurchenko |
2004-07-21 | calibrate after opening. helps if cpu speed is changing and microtime can't | Ted Unangst |
2004-07-08 | nforce3; downsj | Theo de Raadt |
2004-05-10 | ugly hackery for auich support on amd64. | Marco S Hyman |
2004-04-09 | Warn the user if we don't attach the ac97 codec. | Miod Vallat |
2003-10-10 | Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked too | Jason Wright |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-12 | several lusers suggested it should work none capable of definately answering ... | Michael Shalayeff |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff |
2003-05-20 | add flags support for reversing stereo. | Ted Unangst |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-19 | match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ ok | Michael Shalayeff |
2003-01-21 | do not need explicit match on intel; from alexander.guy@andern.org | Michael Shalayeff |
2003-01-16 | add support for a few more devices (sis7012, nforce, amd768, amd8111), from n... | Michael Shalayeff |