diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-07-09 15:15:28 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-12 10:12:11 -0700 |
commit | 736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d (patch) | |
tree | 0e02f44cd6030a6313d51d15a949fd39083f8f16 | |
parent | d49cbc1e1aa65d759a5dcb0ab20b6fd5b233183b (diff) | |
download | openembedded-core-736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d.tar.gz openembedded-core-736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d.tar.bz2 openembedded-core-736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d.zip |
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@linux.intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | 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 6be024201c..03653cfb2d 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 |