From 410fc981b742267f6b48aaf0e0310a95dfd5ca4a Mon Sep 17 00:00:00 2001 From: Dominig ar Foll Date: Fri, 2 Feb 2018 12:15:27 +0100 Subject: removing spaces which breaks MD on AGL web site --- getting-started/troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'getting-started') diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md index 90b4c07..d10ce93 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -110,16 +110,16 @@ You need to configure Audio in 2 places - alsa - 4A HAL - ### alsa +### alsa The file /etc/asound.conf (at the beginning) tells which hardware will be used. For example on an Intel Minnow or UP board your need to enter the following configuration. - ``` +``` pcm.Speakers { type dmix slave {pcm "hw:PCH,3"} ipc_key 1001 # ipc_key should be unique to each dmix } - ``` +``` The correct value (here hw:PCH,3) can be obtained with the command: ``` aplay -l -- cgit 1.2.3-korg