From c86797abdfc6db4b22710cca7924396c16eb6fc0 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 2 Jan 2012 18:17:56 -0800 Subject: alsa-state: add alsa-state from oe classic alsa-state adds an init script and configuration files to enable a consistent and centralised mechanism for setting and restoring alsa configuration. (From OE-Core rev: 8bc43c40cf72d5543924229146fa4106ad87b147) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-bsp/alsa-state/alsa-state/asound.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-bsp/alsa-state/alsa-state/asound.conf (limited to 'meta/recipes-bsp/alsa-state/alsa-state/asound.conf') diff --git a/meta/recipes-bsp/alsa-state/alsa-state/asound.conf b/meta/recipes-bsp/alsa-state/alsa-state/asound.conf new file mode 100644 index 0000000000..6be024201c --- /dev/null +++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.conf @@ -0,0 +1,12 @@ +# default dmix configuration + +pcm.!default { + type plug + slave.pcm "dmix" +} + +ctl.mixer0 { + type hw + card 0 +} + -- cgit v1.2.3-54-g00ecf