diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2009-10-27 02:08:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 15:27:24 +0100 |
commit | 3cecf685fc8eed634d5baf64e2797c8b85a1a32b (patch) | |
tree | caae29a1156277d8cb84718fa86710d53c62548a /conf | |
parent | 599bbb2eaff6f0827b04ab5b2665303a22ea072e (diff) |
linux-igep2: Fix audio capture, the capture result is always silence
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 675249a064..bb750aad98 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r47" +MACHINE_KERNEL_PR = "r48" KERNEL_IMAGETYPE = "uImage" |