NetBSD/sys/arch/arm
jmcneill 9bfe573c47 port-arm/49057: Raspberry Pi Audio volume control does not work
AUDS server messages expect volume to be expressed in units of 1/256 dB,
where we previously (incorrectly) treated it as as percentage. Map the
NetBSD audio level (0-255) to 20 steps (levels from FreeBSD bcm2835_audio.c)
and provide independent volume knobs for outputs.auto, outputs.hdmi, and
outputs.headphones.
2015-03-15 18:31:29 +00:00
..
allwinner sprinkle __diagused to fix "no options DIAGNOSTIC" build 2015-03-15 13:15:26 +00:00
amlogic relax an assertion when transferring data; dma seg length doesnt have to be exactly the length of the data transfer, but it needs to be at least as big 2015-03-08 15:38:25 +00:00
arm adjust to new trace_{enter,exit} 2015-03-07 18:52:46 +00:00
arm32 cache type 12 is "write-back", from matt 2015-03-03 23:42:47 +00:00
at91 centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
broadcom port-arm/49057: Raspberry Pi Audio volume control does not work 2015-03-15 18:31:29 +00:00
clps711x centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
conf Re-enable CPI_IN_CKSUM now the bugs are fixed. 2015-02-16 10:19:29 +00:00
cortex G/C armgic_last_priority 2015-03-12 21:05:07 +00:00
cortina "peripheral", not "peripherial". 2014-07-13 17:12:23 +00:00
ep93xx centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
footbridge Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t 2014-09-13 18:08:38 +00:00
gemini src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
imx - fix interrupt type ans interrupt masks 2015-03-15 04:12:07 +00:00
include Provide size_t. 2015-03-09 11:03:19 +00:00
iomd Remove katelib.h and references to it. 2014-10-25 10:58:12 +00:00
ixp12x0 centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
mainbus Sprinkle #include "opt_multiprocessor.h" 2014-10-29 14:14:14 +00:00
marvell use the inline bcdtobin and bintobcd directly instead through a macro. 2014-11-20 16:34:25 +00:00
mpcore
ofw fix leak. 2014-09-21 15:46:44 +00:00
omap Stylistic and non-functional changes from 2015-03-13 08:56:35 +00:00
pic Include opt_multiprocessor.h 2014-11-08 17:09:38 +00:00
rockchip Improve inline asm around dsb/dmb/isb: 2015-02-25 13:52:42 +00:00
s3c2xx0 Appease gcc 4.8 - from Greg Willatt in private email. 2014-11-26 22:50:22 +00:00
sa11x0 centralize the call unit / dialout macros 2014-11-15 19:20:01 +00:00
samsung Improve inline asm around dsb/dmb/isb: 2015-02-25 13:52:42 +00:00
vfp Add VFP IDs for QEMU's emulated Cortex-A15. 2015-02-09 07:55:52 +00:00
xscale Don't write DMAC_DINT register on PXA270, because read-only register. 2015-02-05 13:27:18 +00:00
zynq Improve inline asm around dsb/dmb/isb: 2015-02-25 13:52:42 +00:00
Makefile
Makefile.inc