diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-10 17:41:38 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-10 17:43:33 +0100 |
commit | 9f835d7674fe82e2f1b4911be57bf3e2ff2a11bf (patch) | |
tree | 949bea40be027e4eb096f186ef6d0b1fd81e43cd | |
parent | cc4bd1ecc1c55c0eb563df93c16d6f6a41db5ee0 (diff) |
alsa-state: ship proper asound.conf for AT91SAM9263-EK board
File taken from AT91 forum where it was sent by Fernando Gomez:
http://www.at91.com/samphpbb/viewtopic.php?p=15971#p15971
-rw-r--r-- | packages/alsa/alsa-state.bb | 2 | ||||
-rw-r--r-- | packages/alsa/alsa-state/at91sam9263ek/asound.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/alsa/alsa-state.bb b/packages/alsa/alsa-state.bb index a6c613403c..3ebc0d5476 100644 --- a/packages/alsa/alsa-state.bb +++ b/packages/alsa/alsa-state.bb @@ -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 index 0000000000..87bb5ec050 --- /dev/null +++ b/packages/alsa/alsa-state/at91sam9263ek/asound.conf @@ -0,0 +1,2 @@ +pcm.!default { type hw card 0 } +ctl.!default { type hw card 0 } |