diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-10 23:55:20 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-10 23:55:20 +0000 |
commit | fae3872c91c3c7df149da17266c4a74b771111cd (patch) | |
tree | a2d5cec44e714e9c418a30221267d3b6f3ae0ab5 /sys/dev/fdt/files.fdt | |
parent | c7b4ff875f92651874723da2642dfe20e2a3468e (diff) |
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@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index c9b1efbadfe..4b33016d4f2 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.135 2020/06/10 17:51:21 patrick Exp $ +# $OpenBSD: files.fdt,v 1.136 2020/06/10 23:55:19 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -7,6 +7,10 @@ device pinctrl attach pinctrl at fdt file dev/fdt/pinctrl.c pinctrl +device simpleaudio: audio +attach simpleaudio at fdt +file dev/fdt/simpleaudio.c simpleaudio + device simplefb: wsemuldisplaydev, rasops15, rasops16, rasops24, rasops32 attach simplefb at fdt file dev/fdt/simplefb.c simplefb |