From 83605cd1726e2d01252268867fbd9623481452be Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 9 Dec 2020 22:06:06 +1100 Subject: [PATCH] docs: fix simple typo, volumne -> volume There is a small typo in README_ALSA.md. Should read `volume` rather than `volumne`. --- README_ALSA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ALSA.md b/README_ALSA.md index d56b1440..9f1cde3c 100644 --- a/README_ALSA.md +++ b/README_ALSA.md @@ -388,7 +388,7 @@ Note however, the equalizer appears to require a `plughw` device which means you # Troubleshooting * Errors in log `Failed to open configured mixer element` when selecting output device -* Errors in log `Invalid CTL` or `Failed to attach mixer` when playing/adjusting volumne +* Errors in log `Invalid CTL` or `Failed to attach mixer` when playing/adjusting volume `mixer` value is wrong. Verify name of `mixer` value in server config against the names from all devices capable of playback using `amixer -c `. Assume the device is card 1: ``` (IFS=$'\n'