]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-state: Provide an empty asound.conf by default
authorDarren Hart <dvhart@linux.intel.com>
Tue, 9 Jul 2013 22:15:28 +0000 (15:15 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 12 Jul 2013 17:12:11 +0000 (10:12 -0700)
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@linux.intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-bsp/alsa-state/alsa-state/asound.conf

index 6be024201cf022357db62ab3ab7116bd16a51702..03653cfb2d109523661f0b59a8faffeba09cb9b5 100644 (file)
@@ -1,12 +1 @@
-# default dmix configuration
-
-pcm.!default {
-    type plug
-    slave.pcm "dmix"
-}
-
-ctl.mixer0 {
-    type hw
-    card 0
-}
-
+# Global alsa-lib configuration