Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | 2020-08-26 | 1 | -3/+1 | |
| | | | | OK deraadt@, mpi@ | ||||
* | Move PowerBook5,4 audio from aoa(4) to snapper(4). | 2020-06-06 | 1 | -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. | 2016-09-19 | 1 | -16/+1 | |
| | |||||
* | Remove drain(), query_encoding(), mappage() and get_default_params() | 2016-09-14 | 1 | -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. | 2016-07-02 | 1 | -1/+13 | |
| | | | | ok deraadt | ||||
* | - this device doesn't provide volume control, so stop whining about it. it's just not there. | 2010-02-26 | 1 | -3/+2 | |
| | | | | ok jakemsr@ drahn@ | ||||
* | native default parameters for i2s devices instead of 8kHz | 2008-10-29 | 1 | -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, | 2008-04-21 | 1 | -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). | 2005-11-19 | 1 | -4/+2 | |
| | |||||
* | some driver cleanup, ANSI/KNF and more consistency between the drivers. | 2005-11-05 | 1 | -29/+17 | |
| | | | | ok joris@ | ||||
* | add aoa audio support, found in several macppc machines | 2005-10-31 | 1 | -0/+165 | |
ok drahn@ |