summaryrefslogtreecommitdiff
path: root/sys/dev/audio.c
AgeCommit message (Expand)Author
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
2000-07-19More printf format munging for off_t: when printing as %lld, cast to long long.nathanw
2000-07-06Use device_lookup().thorpej
2000-06-27Make it compile with AUDIO_DEBUG after the mmap API change.augustss
2000-06-27remove include of <vm/vm.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-25remove some redundant <vm/vm_xxx.h> includesmrg
2000-05-02Support recording conversions that change the sample size. PR 10029, from Gr...augustss
2000-05-01Add some more debug output.augustss
2000-03-26Avoid a pointless debug message.augustss
2000-03-01Change the cmd argument in {audio,mixer}_ioctl() to u_long.augustss
1999-12-15Report all AUDIO_PROP_* properties when attaching an audio device.kleink
1999-11-23Avoid 0 blocksize.augustss
1999-11-09Make sure to call vdevgone() on all devices when deteching.augustss
1999-11-01Be cautious about the blocksize returned by the hardware driver toaugustss
1999-09-23Minor output formatting buglet.kleink
1999-09-09Add support for detaching audio devices.augustss
1999-06-07Don't clobber the error returned by uiomove() when starting the audiothorpej
1999-05-30Fix two small bugs:nathanw
1999-02-26Make these compile on the alpha when AUDIO_DEBUG is defined.nathanw
1999-02-19Indicate whether the decive is full or half duplex at attach time.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-12-27Make sure recording is started before we return EWOULDBLOCK in a read().augustss
1998-12-27Fold lines to 80 chars.augustss
1998-12-20Make midi_attach_mi() and audioprint() available also if MIDIBUSdrochner
1998-11-25Do not permit a class to be recorded as a master or monitor port.mycroft
1998-11-19fix problems in many d_mmap routines:mrg