CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/10 17:55:19
Modified files:
sys/dev/fdt : files.fdt
Added files:
sys/dev/fdt : simpleaudio.c
Log message:
Add simpleaudio(4), a driver for "simple audio cards". This is
just a wrapper that connects the I2S controller, the codec and
some aux devices, and provides the information needed to set all
those devices up to use the same settings.
With help from ratchov@
ok kettenis@
