alsa-state: fix for a780 additional states
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 22 Mar 2009 19:21:52 +0000 (20:21 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 22 Mar 2009 19:24:52 +0000 (20:24 +0100)
recipes/alsa/alsa-state.bb

index b2ad2cc..0609d16 100644 (file)
@@ -7,7 +7,7 @@
 DESCRIPTION = "Alsa Scenario Files"
 LICENSE = "MIT"
 PV = "0.2.0"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   file://asound.conf \
@@ -15,6 +15,10 @@ SRC_URI = "\
   file://alsa-state \
 "
 
+SRC_URI_append_a780 = "file://gsmhandset.state \
+                       file://gsmheadset.state \
+                      file://stereoout.state"
+
 inherit update-rc.d
 
 INITSCRIPT_NAME = "alsa-state"