Advertisement
Guest User

/etc/asound.conf

a guest
Feb 8th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #Usual simple alsa conf
  2. #pcm.alsa {
  3. # type hw
  4. # card 0
  5. #}
  6. #ctl.alsa {
  7. # type hw
  8. # card 0
  9. #}
  10.  
  11. pcm.pulse {
  12. type pulse
  13. }
  14.  
  15. ctl.pulse {
  16. type pulse
  17. }
  18.  
  19. #Pulse as a default output for alsa
  20. pcm.!default {
  21. type pulse
  22. # If defaults.namehint.showall is set to off in alsa.conf, then this is
  23. # necessary to make this pcm show up in the list returned by
  24. # snd_device_name_hint or aplay -L
  25. hint.description "Default Audio Device"
  26. }
  27. ctl.!default {
  28. type pulse
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement