1SectionVerb { 2 Value { 3 FullySpecifiedUCM "1" 4 } 5 EnableSequence [ 6 cdev "hw:USB,0" 7 ] 8 DisableSequence [ 9 ] 10} 11 12SectionDevice."Scarlett 2i2 USB Output".0 { 13 Comment "Scarlett 2i2 Output" 14 15 Value { 16 PlaybackPCM "hw:USB,0" 17 PlaybackRate "48000" 18 } 19} 20 21SectionDevice."Scarlett 2i2 USB Input".0 { 22 Comment "Scarlett 2i2 Input" 23 Value { 24 CapturePCM "hw:USB,0" 25 CaptureRate "48000" 26 } 27} 28