summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-06-17 14:42:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 17:02:55 +0100
commit489fe5d4406410e7eae35ca7ee7be911fac938ec (patch)
tree86e11cc1bc9ecd69f6e28c9204d21ec049a39c8a /meta-yocto/conf/machine
parent0363835985a264458fb9432aab1f6345bb2bd424 (diff)
downloadast2050-yocto-poky-489fe5d4406410e7eae35ca7ee7be911fac938ec.zip
ast2050-yocto-poky-489fe5d4406410e7eae35ca7ee7be911fac938ec.tar.gz
beagleboard: add basic audio mixer defaults
We need a generic alsa based mechanism that we can use a bbappend to save default mixer controls per bsp. Until that is ready, this ensures the Audio Out on the Beagleboard is enabled out of the box. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-yocto/conf/machine')
-rw-r--r--meta-yocto/conf/machine/beagleboard.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index 2670691..945744b 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -9,6 +9,9 @@ XSERVER = "xserver-kdrive-fbdev"
# Ship all kernel modules by default
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+# Setup sane default mixer settings
+MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio"
+
# Allow for MMC booting (required by the NAND-less Beagleboard XM)
EXTRA_IMAGEDEPENDS += "u-boot x-load"
OpenPOWER on IntegriCloud