Age | Commit message (Expand) | Author |
2008-10-30 | for devices that do not allow independent setting of recording and | Jacob Meuser |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-09-29 | account for data expansion due to emulation in AUDIO_GET{I,O}OFFS | Jacob Meuser |
2008-08-10 | 'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@. | Kenneth R Westerback |
2008-07-29 | When paused (or overrun), the record ring pointers are not incremented | Alexandre Ratchov |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-04 | if full-duplex is being turned on, also set the oprtational mode to | Jacob Meuser |
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov |
2008-03-22 | when setting the block size, use the scale factor only once in | Alexandre Ratchov |
2008-03-12 | Set the default high water mark to the buffer size, instead of the buffer | Alexandre Ratchov |
2008-02-28 | from audio(4): | Jacob Meuser |
2007-11-17 | use tables to determine the best control to use for play.gain, record.gain | Alexandre Ratchov |
2007-10-28 | prepare audio(4) for addition of the envy(4) driver: enable 32bit samples | Alexandre Ratchov |
2007-10-28 | the pointer we give to audio_fill_silence() may point in the middle of a | Alexandre Ratchov |
2007-10-27 | fix: when a block is captured audio_rint() is called, we must | Alexandre Ratchov |
2007-10-25 | sc->sc_pr.usedlow must be multiple of the block size, fix | Alexandre Ratchov |
2007-10-25 | return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4) | Alexandre Ratchov |
2007-10-23 | add a new audio_set_blksize() function that sets (and adjusts) the block | Alexandre Ratchov |
2007-10-19 | fix audio_calc_blksize() not to return larger block sizes than | Alexandre Ratchov |
2007-10-03 | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the | Jacob Meuser |
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 |