Advertisement
VirtualSMF

pulseaudio/alsa info

Jan 8th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Pandaboard - Pulseaudio/Alsa info:
  2.  
  3. --- alsa --
  4.  
  5. $ cat /proc/asound/cards
  6. 0 [Panda ]: OMAP4 - Panda
  7. TI OMAP4 Board
  8. 1 [Music ]: USB-Audio - ADS InstantFM Music
  9.  
  10.  
  11. --- default.pa ---
  12.  
  13. load-module module-alsa-sink device=hw:0,0
  14. load-module module-alsa-source device=hw:1,0
  15.  
  16. .. snip ..
  17.  
  18. #### Automatically load driver modules depending on the hardware available
  19. #.ifexists module-udev-detect.so
  20. #load-module module-udev-detect
  21. #.else
  22. #### Use the static hardware detection module (for systems that lack udev/hal support)
  23. #load-module module-detect
  24. #.endif
  25.  
  26. --- start dbus/pulse ---
  27.  
  28. $ eval $(dbus-launch --sh-syntax|tee .dbus)
  29. $ pulseaudio -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement