diff options
author | 2015-05-05 15:52:09 -0400 | |
---|---|---|
committer | 2015-05-05 15:52:09 -0400 | |
commit | 777f08b4e4fc98b666d1b2c4741d66bcc373eb47 (patch) | |
tree | 4cb8d19d403288ffe40ba4cfeb48df044f1e5e5b | |
parent | 79cfc571c53949f6143c458652d4aed94f1b66ed (diff) | |
parent | 509088c4910d5cf89a9fd32df565c4474b29880c (diff) | |
download | meta-amd-777f08b4e4fc98b666d1b2c4741d66bcc373eb47.tar.gz meta-amd-777f08b4e4fc98b666d1b2c4741d66bcc373eb47.tar.bz2 meta-amd-777f08b4e4fc98b666d1b2c4741d66bcc373eb47.zip |
Merge pull request #135 from abelal/default_audio_devicemel-lite-2014.12.merlin-falcon-beta
alsa-state: use generic naming for default device
-rw-r--r-- | common/recipes-bsp/alsa-state/alsa-state/asound.conf | 8 |
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 } |