HDA: mic - use MicJackControl variable also for devices without input selector
Fixes: https://github.com/alsa-project/alsa-ucm-conf/issues/777 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f846a8bba8
commit
aa528010f1
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ If.micsetup {
|
||||||
Define {
|
Define {
|
||||||
DeviceMicName "Mic"
|
DeviceMicName "Mic"
|
||||||
DeviceMicComment "Stereo Microphone"
|
DeviceMicComment "Stereo Microphone"
|
||||||
DeviceMicJack "Mic Jack"
|
DeviceMicJack "${var:MicJackControl}"
|
||||||
DeviceMicPriority 200
|
DeviceMicPriority 200
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue