diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-22 20:21:52 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-22 20:24:52 +0100 |
commit | 30b5d30c274b2ae748ed65edea62cef40a23ce32 (patch) | |
tree | b915b5270b9f3efe5b8d74ec700c485dba53a6ad /recipes/alsa | |
parent | dc6fc903acadd55c5fc5156f6997e0c055028a76 (diff) |
alsa-state: fix for a780 additional states
Diffstat (limited to 'recipes/alsa')
-rw-r--r-- | recipes/alsa/alsa-state.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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" |