| Commit message (Expand) | Author | Age | Files | Lines |
* | mark some suspend/resume functions always returning zero as void; ok ratchov@ |  miko | 2018-09-14 | 1 | -5/+3 |
* | clarify that config_activate_children() is called unconditionally in *activate(). |  miko | 2018-09-13 | 1 | -5/+2 |
* | Add mixer save/restore capability to the audio(4) driver and |  ratchov | 2018-04-11 | 1 | -19/+1 |
* | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 1 | -17/+1 |
* | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 1 | -61/+3 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -76/+8 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Release CPU mutexes on EINVAL. |  doug | 2014-08-20 | 1 | -1/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -7/+3 |
* | Since audio code is mp safe, establish isa and pci audio interrupts |  ratchov | 2013-05-24 | 1 | -3/+3 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -12/+19 |
* | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; |  ratchov | 2012-03-30 | 1 | -22/+21 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -3/+3 |
* | autoconf activate, suspend/resume support |  jakemsr | 2010-09-22 | 1 | -7/+111 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -9/+15 |
* | Lock the sample rate of es1731-based devices to 48kHz (ie the |  ratchov | 2010-06-20 | 1 | -119/+23 |
* | these files don't need to include proc.h anymore. ok oga for agp |  tedu | 2010-04-08 | 1 | -2/+1 |
* | avoid possibly using an uninitialized variable. |  jakemsr | 2009-02-15 | 1 | -5/+8 |
* | initialize the sample rate converter on es1371 chips to 48 kHz instead |  jakemsr | 2008-12-29 | 1 | -5/+5 |
* | audio(9) says low level drivers are allowed to change the requested |  jakemsr | 2008-10-25 | 1 | -6/+9 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | use ac97 default parameters for these ac97 based drivers. |  jakemsr | 2008-05-29 | 1 | -3/+10 |
* | allow low level audio drivers to specify a default sample format, |  jakemsr | 2008-04-21 | 1 | -1/+3 |
* | outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source |  ratchov | 2008-03-21 | 1 | -31/+1 |
* | repair input vs output confusion |  jakemsr | 2007-11-12 | 1 | -10/+10 |
* | Add optional flush method to MIDI hardware interface. |  jsg | 2006-04-07 | 1 | -1/+2 |
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -7/+1 |
* | KNF and zap trailing whitespace. |  niallo | 2005-04-25 | 1 | -96/+96 |
* | use delay() and not tsleep() in attach. makes driver work properly with |  niallo | 2005-04-25 | 1 | -2/+2 |
* | do not provide round_buffer if not needed unless explained why in comments |  mickey | 2005-04-16 | 1 | -10/+3 |
* | make sure round_blocksize does not produce 0 after alignment |  mickey | 2005-04-14 | 1 | -2/+2 |
* | Support for the eap MIDI UART from NetBSD. |  jsg | 2004-12-17 | 1 | -1/+111 |
* | Don't link to ac97 specs from individual drivers. |  jsg | 2004-12-07 | 1 | -2/+1 |
* | don't read registers all the time, solves timeout issues. from Joris Vink |  tedu | 2004-03-18 | 1 | -2/+15 |
* | time bound some of the loops instead of depending on pci read to determine |  jason | 2003-05-14 | 1 | -1/+3 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -43/+67 |
* | Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==. |  millert | 2003-04-05 | 1 | -6/+6 |
* | Add a simplistic table driven lookup routine and use it where appropriate. |  jason | 2002-11-19 | 1 | -21/+10 |
* | make all audio drivers use the new allocm and round_buffersize decl's. |  ericj | 2002-01-20 | 1 | -6/+6 |
* | Change the audio_hm_if->mappage interface to return paddr_t and take off_t |  art | 2001-10-31 | 1 | -4/+4 |
* | Remove useless "\n%s" from the attach routine to match OpenBSD attach norms. |  millert | 2001-09-06 | 1 | -6/+5 |
* | sync up to NetBSD; reviewed by csapuntz@ |  naddy | 2001-09-06 | 1 | -683/+382 |
* | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
* | Make pci_mapreg_map take an extra argument where we can |  niklas | 2001-06-12 | 1 | -2/+2 |
* | Fix AK4531 data sheet link. Ok'd by deraadt@ |  kevlo | 2000-08-16 | 1 | -2/+2 |
* | Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchez |  csapuntz | 2000-07-18 | 1 | -2/+8 |
* | (hopefully) fix pauses reported by ES1370 users |  csapuntz | 1999-12-13 | 1 | -67/+192 |
* | Print out the irq in attach. Thanks downsj@cvs |  csapuntz | 1999-10-10 | 1 | -2/+2 |