[oe-commits] Darren Hart : alsa-state: Provide an empty asound.conf by default

git at git.openembedded.org git at git.openembedded.org
Sat Jul 13 20:58:49 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Tue Jul  9 15:15:28 2013 -0700

alsa-state: Provide an empty asound.conf by default

An empty asound.conf should work for most cases. The existing asound.conf
uses plug dmix which causes arecord to fail without a special -D device
specification on the command line (as no capture device is defined).

Clear asound.conf for the default case. Any needed changes should be
made in the BSP layers.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-bsp/alsa-state/alsa-state/asound.conf |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/meta/recipes-bsp/alsa-state/alsa-state/asound.conf b/meta/recipes-bsp/alsa-state/alsa-state/asound.conf
index 6be0242..03653cf 100644
--- a/meta/recipes-bsp/alsa-state/alsa-state/asound.conf
+++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.conf
@@ -1,12 +1 @@
-# default dmix configuration
-
-pcm.!default {
-    type plug
-    slave.pcm "dmix"
-}
-
-ctl.mixer0 {
-    type hw
-    card 0
-}
-
+# Global alsa-lib configuration



More information about the Openembedded-commits mailing list