# # Native Instruments Audio 4 DJ # # All channels as one device (eg. for use with JACK) pcm.a4dj_full { type multi slaves.a { pcm "hw:Audio4DJ,0,0"; channels 2 } slaves.b { pcm "hw:Audio4DJ,0,1"; channels 2 } bindings.0 { slave a; channel 0 } bindings.1 { slave a; channel 1 } bindings.2 { slave b; channel 0 } bindings.3 { slave b; channel 1 } } # A dummy control device to keep JACK happy ctl.a4dj_full { type hw card 0 }