mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0363835985
commit
489fe5d440
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user