summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/aoa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-3/+1
* Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2020-06-061-2/+5
* Remove unused getdev() audio driver functions.ratchov2016-09-191-16/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-13/+2
* Get 'AOAShasta' soundchip working found on PowerMac9,1.mglocker2016-07-021-1/+13
* - this device doesn't provide volume control, so stop whining about it. it's just not there.jasper2010-02-261-3/+2
* native default parameters for i2s devices instead of 8kHzjakemsr2008-10-291-3/+10
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* Don't match AOAbase, which is now handled by onyx(4).kettenis2005-11-191-4/+2
* some driver cleanup, ANSI/KNF and more consistency between the drivers.brad2005-11-051-29/+17
* add aoa audio support, found in several macppc machinesjoris2005-10-311-0/+165