diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-06-17 14:42:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 17:02:55 +0100 |
commit | 489fe5d4406410e7eae35ca7ee7be911fac938ec (patch) | |
tree | 86e11cc1bc9ecd69f6e28c9204d21ec049a39c8a /meta-yocto/conf | |
parent | 0363835985a264458fb9432aab1f6345bb2bd424 (diff) | |
download | 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')
-rw-r--r-- | meta-yocto/conf/machine/beagleboard.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 26706911b0..945744bc07 100644 --- a/meta-yocto/conf/machine/beagleboard.conf +++ b/meta-yocto/conf/machine/beagleboard.conf | |||
@@ -9,6 +9,9 @@ XSERVER = "xserver-kdrive-fbdev" | |||
9 | # Ship all kernel modules by default | 9 | # Ship all kernel modules by default |
10 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 10 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
11 | 11 | ||
12 | # Setup sane default mixer settings | ||
13 | MACHINE_EXTRA_RRECOMMENDS += "beagleboard-audio" | ||
14 | |||
12 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | 15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) |
13 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | 16 | EXTRA_IMAGEDEPENDS += "u-boot x-load" |
14 | 17 | ||