Skip to content

Commit

Permalink
Merge pull request #3015 from raspberrypi/tobybroberts-patch-1
Browse files Browse the repository at this point in the history
Update configuration.adoc
  • Loading branch information
Alasdair Allan authored Jul 17, 2023
2 parents 5ce3779 + fe754a5 commit fc0c042
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions documentation/asciidoc/accessories/audio/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc0c042

Please sign in to comment.