From: Marcin Juszkiewicz Date: Sun, 22 Mar 2009 19:21:52 +0000 (+0100) Subject: alsa-state: fix for a780 additional states X-Git-Tag: Release-2010-05/1~3796^2~52^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b5d30c274b2ae748ed65edea62cef40a23ce32;p=openembedded.git alsa-state: fix for a780 additional states --- diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb index b2ad2cc16f..0609d16abc 100644 --- a/recipes/alsa/alsa-state.bb +++ b/recipes/alsa/alsa-state.bb @@ -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"