nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

config.json: fix dtoverlay/dtparam semantics #108

Open nettings opened 2 years ago

nettings commented 2 years ago

With the most recent RaspiOS updates, the semantics of dtoverlay and dtparam have been clarified (finally). Turns out that dtparams which are following a dtoverlay apply to that specific overlay only, they are not global. That means that the JSON semantics don't make sense and need to be changed accordingly.