diff options
author | Dominig ar Foll <dominig.arfoll@fridu.net> | 2018-02-02 12:15:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 12:15:27 +0100 |
commit | 410fc981b742267f6b48aaf0e0310a95dfd5ca4a (patch) | |
tree | 846269891758715a3336e71fff9f3298f8241bc7 | |
parent | 2b26896e5da345a9801dd6c971945ca57137e47b (diff) |
removing spaces which breaks MD on AGL web site
-rw-r--r-- | getting-started/troubleshooting.md | 6 |
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 |