SectionDevice."Headphones" { Comment "Headphones" Value { PlaybackPriority 100 PlaybackPCM "hw:${CardId}" } } SectionDevice."Line" { Comment "Line Out" Value { PlaybackPriority 200 PlaybackPCM "hw:${CardId},1" } } SectionDevice."Mic" { Comment "Microphone" Value { CapturePriority 100 CapturePCM "hw:${CardId}" } }