Age | Commit message (Expand) | Author |
2007-09-24 | accept values > 1 for "output_muted". That's what SunOS do. Suggested | Alexandre Ratchov |
2007-09-24 | fix audioctl(1) returning bugus values of 'output_muted' because of | Alexandre Ratchov |
2007-09-17 | implement the output_muted member of audio_info_t as found in original | Jacob Meuser |
2007-09-17 | use au_get_gain()/au_set_gain() and the new au_get_mute()/au_set_mute() | Jacob Meuser |
2007-09-17 | add functions to mute/unmute output | Jacob Meuser |
2007-09-10 | fix uninitialized linked list head | Alexandre Ratchov |
2007-09-10 | initialize sc_outports->master and sc_inports->master. Fixes "set failed" | Alexandre Ratchov |
2007-09-09 | don't try to set the recording gain or balance through /dev/audio[ctl] | Jacob Meuser |
2007-08-08 | revert the change in rev 1.60 of audio.c and the corresponding | Jacob Meuser |
2007-08-02 | for consistency, keep the count of dropped data in HW sample size, and | Jacob Meuser |
2007-08-02 | the MI audio layer never really knows what encoding the hardware uses; | Jacob Meuser |
2007-07-31 | always ignore attempts to set the record or play port to 0. | Jacob Meuser |
2007-07-18 | - when traversing mixer fields in the attach routine and connecting | Jacob Meuser |
2007-07-18 | move the processing of the pause attribute to the end of audiosetinfo(), | Jacob Meuser |
2007-07-17 | more places where the difference between the hardware sample size | Jacob Meuser |
2007-07-17 | - the data in the read buffer, that was put there by the hardware, | Jacob Meuser |
2007-07-14 | - ANSI function declarations | Jacob Meuser |
2007-07-10 | fix the bug rev 1.56 uncovered and rev 1.62 worked around. | Jacob Meuser |
2007-07-09 | take into account possible expansion and be more careful not to | Jacob Meuser |
2007-07-09 | give the user what they expect instead of what we're working with | Jacob Meuser |
2007-07-06 | - enable full-duplex mode by default if a device is opened | Jacob Meuser |
2007-07-06 | the AUDIO_WSEEK ioctl should return the number of bytes in the play | Jacob Meuser |
2007-07-06 | be sure to respect the pause attribute | Jacob Meuser |
2007-07-06 | - there is no need for audio_init_ringbuffer() to always set the "pause" | Jacob Meuser |
2007-07-06 | The poll(2) syscall doesn't work correctly on audio(4) devices. | Jacob Meuser |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-01-07 | Protect against zero blocksize (causing a divide by zero) in audiogetinfo(). | Miod Vallat |
2006-11-29 | Compile the mixer tuning via keyboard code if NWSKBD_HOTKEY if nonzero | Miod Vallat |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-05-29 | Add support for the audio volume keys found on many laptops' builtin | Miod Vallat |
2006-03-12 | explicitly initialize a couple variables | Jacob Meuser |
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink |
2005-04-14 | Make sure recording is started before we return EWOULDBLOCK in a read(). | Brad Smith |
2004-07-10 | replace strange cpp magic by straight code | Vincent Labrecque |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-01-26 | compute record high water mark from record parameters not play parameters; fr... | Jason Wright |
2002-08-26 | space cleanup; some from grendel@zeitbombe.org | Michael Shalayeff |
2002-06-16 | implement kqueue for audio; tested on wiggy and niels@ ok | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-06 | correct monitor port matching. | Federico G. Schwindt |
2002-02-04 | if we have a monitor port, don't get it, set it. | Federico G. Schwindt |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson |
2002-01-10 | return ENOTTY not EINVAL in default: in *ioctl() | Michael Shalayeff |
2002-01-09 | make sure mixer was opened for write for AUDIO_MIXER_WRITE | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |