aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-bsp/alsa-state/alsa-state/asound.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-bsp/alsa-state/alsa-state/asound.conf b/common/recipes-bsp/alsa-state/alsa-state/asound.conf
index e3aa13da..373f5df8 100644
--- a/common/recipes-bsp/alsa-state/alsa-state/asound.conf
+++ b/common/recipes-bsp/alsa-state/alsa-state/asound.conf
@@ -8,7 +8,7 @@ pcm.dmixer {
type dmix
ipc_key 1024
slave {
- pcm "hw:1,0"
+ pcm "hw:Generic_1,0"
period_time 0
period_size 1024
buffer_size 4096
@@ -24,7 +24,7 @@ pcm.dsnooper {
type dsnoop
ipc_key 1025
slave {
- pcm "hw:1,0"
+ pcm "hw:Generic_1,0"
period_time 0
period_size 1024
buffer_size 4096
@@ -38,10 +38,10 @@ pcm.dsnooper {
ctl.!default {
type hw
- card 1
+ card Generic_1
}
ctl.dmixer {
type hw
- card 0
+ card Generic_1
}