From 489fe5d4406410e7eae35ca7ee7be911fac938ec Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 17 Jun 2011 14:42:32 -0700 Subject: 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 --- meta-yocto/conf/machine/beagleboard.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-yocto/conf/machine') 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" # 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" -- cgit v1.2.3-54-g00ecf