06-13-2015, 07:47 PM 
		
	
	
		Thanks for your response. So I looked at the feedback from the command you posted and found this:
Haven't tested the microphone jack, but apparently it doesn't work also.
	
	
	
	
	
Code:
control.23 {
      iface CARD
      name 'Mic Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.24 {
      iface CARD
      name 'Line Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
   control.25 {
      iface CARD
      name 'Front Headphone Jack'
      value false
      comment {
         access read
         type BOOLEAN
         count 1
      }
   }
 
 

