Replace 1st Gen Startup Controls info with Startup Configuration

The Startup Controls information wasn't very useful, and the Startup
Configuration information is actually important.
This commit is contained in:
Geoffrey D. Bennett
2025-03-16 18:08:38 +10:30
parent a34df84dfa
commit b6117a501f

View File

@@ -31,7 +31,11 @@ ALSA driver implementation that you should be aware of:
3. **Level Meters**: The driver does not support reading the level 3. **Level Meters**: The driver does not support reading the level
meters from the hardware. meters from the hardware.
4. **Startup Controls**: The driver has no startup controls. 4. **Startup Configuration**: The driver is not able to save the
current configuration to the non-volatile memory of the device, so
youll need to reapply the desired configuration each time you
restart it (or write your preferred configuration using MixControl
on Windows or Mac).
### Recommended Workaround ### Recommended Workaround