Skip to content

Commit 4ef0d3e

Browse files
committed
setup sound for DM test mode
1 parent 67cbeeb commit 4ef0d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/manager/process_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def and_(*fns):
8181

8282
PythonProcess("sensord", "system.sensord.sensord", only_onroad, enabled=not PC),
8383
PythonProcess("ui", "selfdrive.ui.ui", always_run),
84-
PythonProcess("soundd", "selfdrive.ui.soundd", only_onroad),
84+
PythonProcess("soundd", "selfdrive.ui.soundd", driverview),
8585
PythonProcess("locationd", "selfdrive.locationd.locationd", only_onroad),
8686
NativeProcess("_pandad", "selfdrive/pandad", ["./pandad"], always_run, enabled=False),
8787
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd", only_onroad),

0 commit comments

Comments
 (0)