alsa-state: ship proper asound.conf for AT91SAM9263-EK board
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 10 Feb 2009 16:41:38 +0000 (17:41 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 10 Feb 2009 16:43:33 +0000 (17:43 +0100)
File taken from AT91 forum where it was sent by Fernando Gomez:
http://www.at91.com/samphpbb/viewtopic.php?p=15971#p15971

packages/alsa/alsa-state.bb
packages/alsa/alsa-state/at91sam9263ek/asound.conf [new file with mode: 0644]

index a6c6134..3ebc0d5 100644 (file)
@@ -7,7 +7,7 @@
 DESCRIPTION = "Alsa Scenario Files"
 LICENSE = "MIT"
 PV = "0.2.0"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "\
   file://asound.conf \
diff --git a/packages/alsa/alsa-state/at91sam9263ek/asound.conf b/packages/alsa/alsa-state/at91sam9263ek/asound.conf
new file mode 100644 (file)
index 0000000..87bb5ec
--- /dev/null
@@ -0,0 +1,2 @@
+pcm.!default {  type hw  card 0  } 
+ctl.!default {  type hw  card 0  }