diff --git a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 index fe2da260..05c14ace 100644 --- a/ansible/roles/ovos_installer/templates/mycroft.conf.j2 +++ b/ansible/roles/ovos_installer/templates/mycroft.conf.j2 @@ -25,6 +25,20 @@ } }, {% endif %} +{% if 'tas5806' in ovos_installer_i2c_devices %} + "Audio": { + "backends": { + "OCP": { + "playback_mode": 40 + } + } + }, + "intents": { + "OCP": { + "legacy": true + } + }, +{% endif %} {% if ovos_installer_feature_gui | bool %} "gui": { "extension": "ovos-gui-plugin-shell-companion"{% if ovos_installer_method == "containers" %},