diff options
| -rw-r--r-- | configs/tinyalsa-audio.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/tinyalsa-audio.xml b/configs/tinyalsa-audio.xml index f0539f2..b04b510 100644 --- a/configs/tinyalsa-audio.xml +++ b/configs/tinyalsa-audio.xml @@ -84,6 +84,14 @@  				<ctrl name="Analog Left Main Mic Capture Switch" value="off" />  			</path>  		</device> +		<device type="wired-headset"> +			<path type="enable"> +				<ctrl name="Analog Left Headset Mic Capture Switch" value="on" /> +			</path> +			<path type="disable"> +				<ctrl name="Analog Left Headset Mic Capture Switch" value="off" /> +			</path> +		</device>  	</input>  	<modem card="0" device="0">  | 
