summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/aoa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-3/+1
| | | | OK deraadt@, mpi@
* Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2020-06-061-2/+5
| | | | | | | | | | | This adds the missing TAS3004 volume control. Before, I put my ear near the speaker (to hear audio), because I had no way to turn up the volume. Now, the default volume is much louder, so I use sndioctl(1) to turn it down. Check for the model string "PowerBook5,4". This model's device tree has compatible = "AOAKeylargo" for the audio, doesn't show the TAS3004 in the same way as other models.
* 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
| | | | | methods from all audio drivers and from the audio_if structure as they are never called.
* Get 'AOAShasta' soundchip working found on PowerMac9,1.mglocker2016-07-021-1/+13
| | | | ok deraadt
* - this device doesn't provide volume control, so stop whining about it. it's just not there.jasper2010-02-261-3/+2
| | | | ok jakemsr@ drahn@
* native default parameters for i2s devices instead of 8kHzjakemsr2008-10-291-3/+10
| | | | | | mulaw mono, which few can even do. "Please just get this in." brad@
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
| | | | | | | | | instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@
* 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
| | | | ok joris@
* add aoa audio support, found in several macppc machinesjoris2005-10-311-0/+165
ok drahn@