diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-07 13:38:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-07 13:38:05 +0200 |
commit | 5f7c5d5b1a380e927e3eb623dc81effaf4d70ea8 (patch) | |
tree | 9ecb4d1acb21274f1c4806e0a9a53ae85d25c012 /recipes/alsa | |
parent | a7a3289476f7e9a3701a2ef7a79c70bcae2d06a1 (diff) |
alsa-state: disable dmix from angstrom, it creates way more problems than it attempts to solve
Diffstat (limited to 'recipes/alsa')
-rw-r--r-- | recipes/alsa/alsa-state.bb | 2 | ||||
-rw-r--r-- | recipes/alsa/alsa-state/angstrom/asound.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb index 9bb22e2aa7..0963cc4ff8 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 = "r8" +PR = "r9" SRC_URI = "\ file://asound.conf \ diff --git a/recipes/alsa/alsa-state/angstrom/asound.conf b/recipes/alsa/alsa-state/angstrom/asound.conf new file mode 100644 index 0000000000..f7e0e4a763 --- /dev/null +++ b/recipes/alsa/alsa-state/angstrom/asound.conf @@ -0,0 +1,2 @@ +# default angstrom configuration + |