summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev/mavb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused interrupt type (edge/level) from the mace interruptvisa2018-12-031-2/+2
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-38/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-213/+16
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-5/+5
* enable 24-bit, lsb-aligned encoding, which is the device'sratchov2013-06-211-5/+12
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-4/+11
* Don't include <mips64/archtype.h> unless you really need it.miod2012-10-031-4/+1
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+11
* timeout_add -> timeout_add_msecblambert2010-07-021-5/+5
* * always move the same amount of data (256 frames) in the interrupt handlerjakemsr2009-11-181-68/+271
* Better crime/mace interrupt handling; interrupt information is no longermiod2009-10-261-11/+12
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* Completely overhault attachment rules on sgi. No more indirect configurationmiod2008-02-201-5/+2
* Check for codec presence in match(), and don't attach if none is found.miod2007-05-201-9/+10
* make sure aligment does not return zero block sizemickey2005-04-151-2/+2
* Fix MACE ISA ringbuffer alignment.kettenis2005-01-241-2/+2
* Tweak mixer label. Whitespace.kettenis2005-01-241-3/+3
* Split out register definitions.kettenis2005-01-021-141/+11
* Add OpenBSD tag. Better mixer support.kettenis2005-01-021-17/+395
* Moosehead A/V Board audio driver.kettenis2005-01-021-0/+977