machine/atom-pc: enable sound

Add alsa to the MACHINE_FEATURES - looks like this was an oversight.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2011-11-02 12:25:52 -07:00 committed by Richard Purdie
parent acd0bedbce
commit 6c2f754a0a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
include conf/machine/include/tune-atom.inc
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \
acpi"
acpi alsa"
KERNEL_IMAGETYPE = "bzImage"