Home | History | Annotate | Download | only in HDA Intel PCH
      1 SectionVerb {
      2 	Value {
      3 		OutputDspName "speaker_eq"
      4 	}
      5 	EnableSequence [
      6 		cdev "hw:PCH"
      7 
      8 		cset "name='Master Playback Switch' on"
      9 		cset "name='Headphone Playback Switch' off"
     10 		cset "name='Speaker Playback Switch' on"
     11 
     12 		cset "name='Capture Switch' on"
     13 		cset "name='Capture Volume' 39"
     14 		cset "name='Mic Boost Volume' 2"
     15 		cset "name='Internal Mic Boost Volume' 0"
     16 		cset "name='Capture Source' 0"
     17 	]
     18 	DisableSequence [
     19 	]
     20 }
     21 
     22 SectionDevice."Headphone".0 {
     23 	Value {
     24 		JackName "Headphone Jack"
     25 		OutputDspName ""
     26 	}
     27 	EnableSequence [
     28 		cdev "hw:PCH"
     29 
     30 		cset "name='Speaker Playback Switch' off"
     31 		cset "name='Headphone Playback Switch' on"
     32 	]
     33 	DisableSequence [
     34 		cdev "hw:PCH"
     35 
     36 		cset "name='Headphone Playback Switch' off"
     37 		cset "name='Speaker Playback Switch' on"
     38 	]
     39 }
     40 
     41 SectionDevice."Mic".0 {
     42 	Value {
     43 		JackName "Mic Jack"
     44 	}
     45 	EnableSequence [
     46 		cdev "hw:PCH"
     47 
     48 		cset "name='Capture Source' 1"
     49 	]
     50 	DisableSequence [
     51 		cdev "hw:PCH"
     52 
     53 		cset "name='Capture Source' 0"
     54 	]
     55 }
     56