diff options
Diffstat (limited to 'recipes/alsa/alsa-state')
| -rw-r--r-- | recipes/alsa/alsa-state/emulator/asound.conf | 4 | ||||
| -rw-r--r-- | recipes/alsa/alsa-state/raspberrypi/asound.conf | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-state/emulator/asound.conf b/recipes/alsa/alsa-state/emulator/asound.conf new file mode 100644 index 0000000..edd2e82 --- /dev/null +++ b/recipes/alsa/alsa-state/emulator/asound.conf | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | pcm.!default { | ||
| 2 | type plug | ||
| 3 | slave.pcm "dmix" | ||
| 4 | } | ||
diff --git a/recipes/alsa/alsa-state/raspberrypi/asound.conf b/recipes/alsa/alsa-state/raspberrypi/asound.conf new file mode 100644 index 0000000..83f7f9a --- /dev/null +++ b/recipes/alsa/alsa-state/raspberrypi/asound.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | pcm.!default { | ||
| 2 | type hw | ||
| 3 | card 0 | ||
| 4 | } | ||
| 5 | |||
| 6 | ctl.!default { | ||
| 7 | type hw | ||
| 8 | card 0 | ||
| 9 | } | ||
