| Age | Commit message (Expand) | Author |
| 2019-06-26 | Fix return value. fo_poll expects revents, not errno. | isaki |
| 2019-06-26 | Style fixes. No functional changes intended. | isaki |
| 2019-06-19 | Don't call next callout when an error occurs in start_output. | isaki |
| 2019-06-19 | pad(4)'s output format is LE even on big endian arch. | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2018-09-25 | pad(4) mixer has only 1 channel, so return EINVAL in the case other than 1. | nakayama |
| 2018-09-25 | Revert to rev.1.53. | nakayama |
| 2018-09-23 | Since we need an int paramater, and uio_resid is size_t cast it to int | kre |
| 2018-09-23 | Open code min() so we don't need to find its prototype ... | kre |
| 2018-09-23 | pad(4) mixer has only 1 channel, so return EINVAL in the case other than 1. | nakayama |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-01-26 | Fix typo in previous. mea culpa, mea culpa, mea maxima culpa | pgoyette |
| 2018-01-26 | Unitialized variable - CID/1428657 | pgoyette |
| 2018-01-09 | Fix pad on systems with many cores/cpus: | nat |
| 2017-12-17 | If config_fini_component() fails (due to device driver busy), don't | pgoyette |
| 2017-12-16 | Use config(1) and IOCONF= to generate most of the auto-config data | pgoyette |
| 2017-12-16 | Remove the correct extra #endif | pgoyette |
| 2017-12-16 | remove extra #endif left in previous commit. | mrg |
| 2017-12-15 | Replace manipulation of individual config structures with calls to | pgoyette |
| 2017-12-15 | Rework so that module infrastructure is provided even when the module | pgoyette |
| 2017-11-30 | add fo_name so we can identify the fileops in a simple way. | christos |
| 2017-07-30 | The pad module will now compile with WARNS=5. | nat |
| 2017-07-02 | If a particular pad device is opened, ie pad1 then configure and use pad1 | nat |
| 2017-07-02 | Return early from read if kpause is interrupted by a signal. | nat |
| 2017-07-01 | Pad is now clones its device, attaching upon open and detaching upon close. | nat |
| 2017-07-01 | sc_audiodev should be defined as a device_t as this is what audio_attach_mi | nat |
| 2017-06-19 | Use defines to specify pad audio format. NFCI. | nat |
| 2017-06-06 | Style change. | nat |
| 2017-06-06 | pad blocksize 1024 -> 8192. Helps when sleeping in rate limiter. | nat |
| 2017-06-06 | Simplification of rate limiter. It now works uni/multiprocessor. | nat |
| 2017-06-06 | sc_bytes_count needs to be set in pad_audio_open not pad_open. | nat |
| 2017-06-06 | Express BYTESTOSLEEP as an 64 bit integer. | nat |
| 2017-06-01 | Add infrastructure for modularization of audio, midi, and sequencer | pgoyette |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-27 | Add missing sc_bytes_count. | nat |
| 2017-05-27 | Rework of previous. | nat |
| 2017-02-23 | Update pad due to changes in audio. sc_bytes_count and BYTESTOSLEEP are | nat |
| 2017-01-26 | Don't hold the thread_lock between successive calls to sc_intr as it | nat |
| 2016-10-15 | pad(4) must be open before corresponding audio device is opened. | nat |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-02-26 | Allow reads from pad(4) less or greater than PAD_BLKSIZE. | nat |
| 2015-07-10 | Wrap up calls to sc_intr in kpreempt[en/dis]able. | nat |
| 2014-11-18 | Add common audio converters for software volume control. Only supports | jmcneill |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2013-11-02 | sprinke __diagused | christos |
| 2011-11-24 | get rid of a variable which is no longer used after the demise of splaudio | agc |
| 2011-11-24 | splaudio is no more | jmcneill |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-02-28 | Use le16enc()/be16enc() to encode LE/BE values back into the audio stream. | riz |
| 2010-09-03 | - return EIO if audio data is received and /dev/pad isn't open | jmcneill |