summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uaudio.c
AgeCommit message (Expand)Author
2002-03-23whitespace and folding fix.kent
2002-03-23Decrease UAUDIO_NFRAMES: 20 -> 10kent
2002-03-18Create new uaudio_chan_init() and move sample_size/bytes_per_framekent
2002-03-17aurateconv.c:kent
2002-03-15uaudio_set_params(): Set conversions:kent
2002-03-12Accept 24bit precision.kent
2002-03-07Sampling rate and mono-stereo conversion described inkent
2002-02-19Fix indentation botch.simonb
2002-02-14uaudio_set_params() for mulaw:kent
2002-02-12split the channel stuff into record and play parts, so that this driver isjdolecek
2002-02-11uaudio_chan_set_param:kent
2002-02-10uaudio_set_params:kent
2001-11-13add RCSIDslukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-05-12Don't leak memory in case of a realloc failure.christos
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2001-01-21Cosmetic changes.augustss
2001-01-06Don't #define UAUDIO_DEBUG here.augustss
2001-01-04Set the play and record parameters separately.mycroft
2001-01-04Several things:mycroft
2001-01-04No really, this is half-duplex for now. Lame.mycroft
2001-01-04Make some vague attempt to handle devices that do both input and output. Thismycroft
2000-12-29Try to get rounding right when setting mixer values.augustss
2000-12-29Set the mixer delta field.augustss
2000-12-29Update location of specs.augustss
2000-12-28Add two more quirks:augustss
2000-12-28Make message about ignored endpoint a little clearer.augustss
2000-10-05Allow 16-bit only speakers to work.augustss
2000-08-24Add a quirk for audio devices that claim to have an extension unit, but itaugustss
2000-06-19Unswap functiona arguments that got swapped during ANSIfication. Nowaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-05-19NULL != 0thorpej
2000-04-27Change my email address.augustss
2000-03-29Some OpenBSD portability fixes.augustss
2000-03-29Do not use all xfers at the same time, this can cause problems in the HCaugustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-24Some more debug when selecting sample rate.augustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-08Use NULL instead of 0.augustss
2000-02-02Generate usb events on attach and detach.augustss
2000-01-16Start of implementation of UpDown processing unit control.augustss
2000-01-06Implement the ENABLE control for processig units.augustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-11-26Generate an error message when attachment fails.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-15Add quirk for speakers that pretend to support the audio class, but don't.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-11-09Make detach wait for interrupts to finish.augustss
1999-11-02Print a little more information when attaching.augustss