From 13387731ad4c38898bf5b0861a8f53be8b172372 Mon Sep 17 00:00:00 2001 From: Gabriel Fair <2096785+gabefair@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:42:35 -0500 Subject: [PATCH] Update audio.md to link to EDID docs (#1155) --- docs/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/audio.md b/docs/audio.md index e4e32e66..2115aa32 100644 --- a/docs/audio.md +++ b/docs/audio.md @@ -31,7 +31,7 @@ This feature allows you to receive audio over an HDMI cable and transmit it to t } ``` -4. Enable the basic audio in the EDID: +4. Enable the basic audio in the [EDID](https://docs.pikvm.org/edid/) in the file `/etc/kvmd/tc358743-edid.hex`: ``` # kvmd-edidconf --set-audio=yes ```