# This is an example asoundrc file for a system where there's only one # soundcard. Note that the name "sblive" is arbitrary, you can call # your card whatever you like. # # Using this setup you can start jackd with "jackd -d alsa -d sblive" # # For more complex settings you should refer to the ALSA documentation: # # See http://www.alsa-project.org # http://alsa.opensrc.org # # Copy this file to ~/.asoundrc pcm.emu10k1 { type hw card 0 } ctl.emu10k1 { type hw card 0 } pcm.fx{ type asym playback.pcm "hw:0,0" capture.pcm "hw:0,2" } ctl.fx { type hw card 0 } pcm.intel8x0 { type hw card 1 } ctl.intel8x0 { type hw card 1 }