diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-10-22 14:32:56 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-10-24 15:42:05 +0300 |
commit | 713306041324f18fd546fbf99cd7d15ec1eeb6f2 (patch) | |
tree | a4d29129910aa0a2f4bb6980aa12a0db3954bde8 /conf/distro/include | |
parent | f35bcc5ed220e748241c1e06bcd1ab6a7c99e10d (diff) | |
download | meta-boot2qt-713306041324f18fd546fbf99cd7d15ec1eeb6f2.tar.gz |
Sound support for Raspberry Pi
Load appropriate kernel module and setup correct alsa configuration.
Sound is routed to HDMI by default, so include amixer util
that can be used to switch to analog output:
amixer cset numid=3 1
Change-Id: I1a975992a45ea2a11ce44ded8b1649488e676341
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 371befe..e7e12c3 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -10,3 +10,5 @@ MACHINE_EXTRA_INSTALL = "\ | |||
10 | MACHINE_EXTRA_INSTALL_SDK = " \ | 10 | MACHINE_EXTRA_INSTALL_SDK = " \ |
11 | userland-dev \ | 11 | userland-dev \ |
12 | " | 12 | " |
13 | |||
14 | module_autoload_snd-bcm2835 = "snd-bcm2835" | ||