diff options
author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2015-10-22 15:52:57 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-24 21:45:56 +0200 |
commit | 7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2 (patch) | |
tree | 9832b82859383555c48025f6d4e4232e5c886a3f | |
parent | 50a7710718631fc79f0140b743a5ed9f6cfdf8f3 (diff) | |
download | meta-raspberrypi-7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2.tar.gz |
README: Add section on audio routing
See http://redmine.gherzan.com/issues/55
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
-rw-r--r-- | README | 36 |
1 files changed, 31 insertions, 5 deletions
@@ -199,8 +199,34 @@ able to compile omxplayer you will need to whiteflag the commercial license | |||
199 | adding to you local.conf: | 199 | adding to you local.conf: |
200 | LICENSE_FLAGS_WHITELIST = "commercial" | 200 | LICENSE_FLAGS_WHITELIST = "commercial" |
201 | 201 | ||
202 | 4. Board Configuration | ||
203 | ====================== | ||
202 | 204 | ||
203 | 4. Source code and mirrors | 205 | 4.A. Audio Routing |
206 | ================== | ||
207 | To load audio driver | ||
208 | |||
209 | modprobe snd-bcm2835 | ||
210 | |||
211 | To test audio playback | ||
212 | |||
213 | e.g. aplay test.wav | ||
214 | |||
215 | Note that without HDMI connected this emits audio from the 3.5in jack connector | ||
216 | as expected. However With an HDMI display connected there is no audio output from | ||
217 | the jack connector. | ||
218 | |||
219 | To force the audio routing via the 3.5in jack connector use | ||
220 | |||
221 | amixer cset numid=3 1 | ||
222 | |||
223 | Options to amixer cset are: | ||
224 | |||
225 | 0=auto | ||
226 | 1=headphones | ||
227 | 2=hdmi | ||
228 | |||
229 | 5. Source code and mirrors | ||
204 | ========================== | 230 | ========================== |
205 | 231 | ||
206 | Main repo: | 232 | Main repo: |
@@ -214,10 +240,10 @@ Bitbucket mirror: | |||
214 | https://bitbucket.org/agherzan/meta-raspberrypi | 240 | https://bitbucket.org/agherzan/meta-raspberrypi |
215 | 241 | ||
216 | 242 | ||
217 | 5. Contributing | 243 | 6. Contributing |
218 | =============== | 244 | =============== |
219 | 245 | ||
220 | 5.A. Mailing list | 246 | 6.A. Mailing list |
221 | ================= | 247 | ================= |
222 | The main communication tool we use is a mailing list: | 248 | The main communication tool we use is a mailing list: |
223 | yocto@yoctoproject.org | 249 | yocto@yoctoproject.org |
@@ -241,7 +267,7 @@ When sending patches to mailing list, please use something like: | |||
241 | 267 | ||
242 | git send-email --to yocto@yoctoproject.org <generated patch> | 268 | git send-email --to yocto@yoctoproject.org <generated patch> |
243 | 269 | ||
244 | 5.B. Redmine | 270 | 6.B. Redmine |
245 | ============ | 271 | ============ |
246 | In order to manage and trace the meta-raspberrypi issues, we use redmine: | 272 | In order to manage and trace the meta-raspberrypi issues, we use redmine: |
247 | http://redmine.gherzan.ro/projects/meta-raspberrypi | 273 | http://redmine.gherzan.ro/projects/meta-raspberrypi |
@@ -255,7 +281,7 @@ for a bug: | |||
255 | [Bug #13] | 281 | [Bug #13] |
256 | 282 | ||
257 | 283 | ||
258 | 6. Maintainers | 284 | 7. Maintainers |
259 | ============== | 285 | ============== |
260 | 286 | ||
261 | Andrei Gherzan <andrei at gherzan.ro> | 287 | Andrei Gherzan <andrei at gherzan.ro> |