summaryrefslogtreecommitdiffstats
path: root/getting-started
diff options
context:
space:
mode:
authorDominig ar Foll <dominig.arfoll@fridu.net>2018-02-02 12:15:27 +0100
committerGitHub <noreply@github.com>2018-02-02 12:15:27 +0100
commit410fc981b742267f6b48aaf0e0310a95dfd5ca4a (patch)
tree846269891758715a3336e71fff9f3298f8241bc7 /getting-started
parent2b26896e5da345a9801dd6c971945ca57137e47b (diff)
removing spaces which breaks MD on AGL web site
Diffstat (limited to 'getting-started')
-rw-r--r--getting-started/troubleshooting.md6
1 files changed, 3 insertions, 3 deletions
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