summaryrefslogtreecommitdiff
path: root/sys/dev/audio.c
AgeCommit message (Expand)Author
2003-10-02A bit of cleanup:mycroft
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-26Add FIONREAD ioctl().augustss
2003-05-03DMA, not dma nor Dma.wiz
2003-04-25Fix full-duplex mode (again).gmcgarry
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2003-03-31sprinkle const qualifiers to const stuffjdolecek
2003-01-31Use aprint_*().thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-31Use correct values to compute record high water mark. From kern/19614 byaugustss
2002-12-20If the user is providing a mode value in AUDIO_SETINFO, that valuefredette
2002-11-26si_ -> sel_christos
2002-11-08Fix LR contrary problem of play.balance and record.balance. Thekent
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-16for AUDIO_SETINFO, silently enforce same mode as the currently used one;jdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-23fix unitialized variable. from simonb. OIchristos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-10When a recording interrupt happened in the middle of audio_read(),gson
2002-06-23Back out revision 1.132. This revision broke binary compatibility withgmcgarry
2002-06-02The logic in audio_poll() was incorrect in full duplex mode;gson
2002-05-27When audio recording was paused or dropping samples, the "outp" of thegson
2002-03-23whitespace and folding fix.kent
2002-03-21Fix previous commit. modifying cc is only when factor_denom > 1.isaki
2002-03-17Fix infinate loop in recoding on vs0.isaki
2002-03-16Add factor_denom, a denominator of factor,isaki
2002-03-15audio.c: revert a part of previous change.kent
2002-03-15Fix a bug of audio_read() in a case that params->factor is not 1.kent
2002-03-09Move sampling rate conversion functions to aurateconv.c.kent
2002-03-09Fix splaudio/splx botch.toshii
2002-03-08Fix printf format on LP64.thorpej
2002-03-07Sampling rate and mono-stereo conversion described inkent
2002-01-18drop completely superfluous PRINT() macrojdolecek
2001-11-17fix a trivial lint warningperry
2001-11-13add RCSIDslukem
2001-10-03Fix pasto in type of dev_ioctl method.augustss
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-10-02ANSIfy.augustss
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-03Allow 24 and 32bit linear audio.is
2001-06-03s/printf/DPRINTF/ for kern/13101.jhawk
2001-05-02X68k built-in voice synthesizer supports 4bit ADPCM.minoura
2001-01-25The previous revision was my fault. audio_calcwater() needs to betoshii
2001-01-22Remove the line in audio_open which zeroes sc_[pr]r.blksize.toshii
2000-12-29Add a field in mixer_devinfo_t that indicates the minimum delta toaugustss
2000-12-25Back out changes from 1.124 since the additions of *ports.master=-1 wasn'tjmc