From fe754a53d068ce664ac26f9d3edf0d30afc5fcff Mon Sep 17 00:00:00 2001 From: Toby Roberts <29973222+tobybroberts@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:00:08 +0100 Subject: [PATCH] Update configuration.adoc Added correct mute and unmute commands. --- .../accessories/audio/configuration.adoc | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/accessories/audio/configuration.adoc b/documentation/asciidoc/accessories/audio/configuration.adoc index b3cd20882c..c43ed21e4e 100644 --- a/documentation/asciidoc/accessories/audio/configuration.adoc +++ b/documentation/asciidoc/accessories/audio/configuration.adoc @@ -151,16 +151,32 @@ supports the unmute of the DigiAMP{plus} through additional parameters. Firstly a "one-shot" unmute when kernel module loads. +For Raspberry Pi boards: + +---- +dtoverlay=rpi-digiampplus,unmute_amp +---- + +For IQaudIO boards: + ---- -dtoverlay=iqaudio-dacplus,unmute_amp +dtoverlay=iqaudio-digiampplus,unmute_amp ---- Unmute the amp when an ALSA device is opened by a client. Mute, with a five-second delay when the ALSA device is closed. (Reopening the device within the five-second close window will cancel mute.) +For Raspberry Pi boards: + +---- +dtoverlay=rpi-digiampplus,auto_mute_amp +---- + +For IQaudIO boards: + ---- -dtoverlay=iqaudio-dacplus,auto_mute_amp +dtoverlay=iqaudio-digiampplus,auto_mute_amp ---- If you do not want to control the mute state through the device tree, you can also script your own