aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-state/raspberrypi/asound.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/alsa/alsa-state/raspberrypi/asound.conf')
-rw-r--r--recipes/alsa/alsa-state/raspberrypi/asound.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-state/raspberrypi/asound.conf b/recipes/alsa/alsa-state/raspberrypi/asound.conf
new file mode 100644
index 00000000..83f7f9a3
--- /dev/null
+++ b/recipes/alsa/alsa-state/raspberrypi/asound.conf
@@ -0,0 +1,9 @@
+pcm.!default {
+ type hw
+ card 0
+}
+
+ctl.!default {
+ type hw
+ card 0
+}