Comment # 58 on bug 1201418 from
Changed the spelling within Conflicting Devices. Speaker appears but no sound

SectionDevice."Internal Mic" {
        Comment "Internal Microphone"

        Value {
                CapturePriority 200
                CapturePCM "hw:${CardId},0"
        }
        ConflictingDevice [
                "Headset Mic"
        ]
        EnableSequence [
                cdev "hw:${CardId}"
                cset "name='Int Mic Switch' on"
                cset "name='DMIC Enable Switch' on"
                cset "name='Mic Volume' 252"
        ]
        DisableSequence [
                cdev "hw:${CardId}"
                cset "name='Int Mic Switch' off"
                cset "name='DMIC Enable Switch' off"
        ]
}


You are receiving this mail because: