From 736b0da53b3b38224ae3cb6f0ebd21da7fb04f4d Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 9 Jul 2013 15:15:28 -0700 Subject: 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 Cc: Koen Kooi Signed-off-by: Saul Wold --- meta/recipes-bsp/alsa-state/alsa-state/asound.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'meta/recipes-bsp/alsa-state') 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 -- cgit 1.2.3-korg