CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/10 17:59:07
Modified files:
sys/dev/fdt : files.fdt
Added files:
sys/dev/fdt : simpleamp.c
Log message:
Add simpleamp(4), a driver for "simple audio amplifier". This
is one of the aux devices for simpleaudio(4). Its only job is
to turn the amplifier's regulator and GPIO on/off when needed.
ok kettenis@
