Guest User

Untitled

a guest
Oct 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. pcm.alldev {
  2. type multi
  3. type route
  4. slaves.a.pcm "hw:CARD=HS1,DEV=0"
  5. slaves.a.channels 2
  6. slaves.b.pcm "hw:CARD=HS2,DEV=0"
  7. slaves.b.channels 2
  8. bindings.0 { slave a; channel 0; }
  9. bindings.1 { slave a; channel 1; }
  10. bindings.0 { slave b; channel 0; }
  11. bindings.1 { slave b; channel 1; }
  12. }
  13.  
  14. ALSA lib ../../../alsa-lib-1.1.0/src/pcm/pcm_route.c:1312:(_snd_pcm_route_open) Unknown field slaves
  15. aplay: main:722: audio open error: Invalid argument
Add Comment
Please, Sign In to add comment