alsa-state: fix standard alsa dmix configuration, it now works out-of-the-box
authorMichael Lauer <mickey@vanille-media.de>
Wed, 11 Jun 2008 15:31:56 +0000 (15:31 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 11 Jun 2008 15:31:56 +0000 (15:31 +0000)
packages/alsa/alsa-state.bb
packages/alsa/alsa-state/asound.conf [moved from packages/alsa/alsa-state/asoundrc with 62% similarity]

index b9eb143..83a9ca6 100644 (file)
@@ -10,13 +10,13 @@ RRECOMMENDS_alsa-state = "alsa-states"
 RRECOMMENDS_${PN}_om-gta01 = "openmoko-alsa-scenarios"
 RRECOMMENDS_${PN}_om-gta02 = "openmoko-alsa-scenarios"
 PV = "0.1.0"
-PR = "r17"
+PR = "r18"
 
-SRC_URI = " \
-  file://asoundrc \
+SRC_URI = "\
+  file://asound.conf \
   file://asound.state \
-  file://alsa-state "
-
+  file://alsa-state \
+"
 
 inherit update-rc.d
 
@@ -32,8 +32,12 @@ do_install() {
 }
 
 PACKAGES += "alsa-states"
-FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asoundrc"
+
+FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf"
+CONFFILES_${PN} = "${sysconfdir}/asound.conf"
+
 FILES_alsa-states = "${sysconfdir}/*.state"
+
 PACKAGE_ARCH_${PN} = "all"
 PACKAGE_ARCH_alsa-states = "${MACHINE_ARCH}"
 
@@ -46,4 +50,3 @@ pkg_postinst_${PN}() {
                fi
        fi
 }
-
similarity index 62%
rename from packages/alsa/alsa-state/asoundrc
rename to packages/alsa/alsa-state/asound.conf
index bc038e3..6be0242 100644 (file)
@@ -1,7 +1,6 @@
-#
-# simple dmix configuration
-#
-pcm.dsp0 {
+# default dmix configuration
+
+pcm.!default {
     type plug
     slave.pcm "dmix"
 }
@@ -10,3 +9,4 @@ ctl.mixer0 {
     type hw
     card 0
 }
+