Message ID | 1525241286-16498-2-git-send-email-hui.wang@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Applied. Thanks. Dne 2.5.2018 v 08:08 Hui Wang napsal(a): > Otherwise, the boost value is 0, and the sound captured from that > LineIn jack is too weak for users. > > Signed-off-by: Hui Wang <hui.wang@canonical.com> > --- > src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf b/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf > index 5096789..ece780d 100644 > --- a/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf > +++ b/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf > @@ -99,6 +99,7 @@ SectionDevice."LineIn" { > EnableSequence [ > cdev "hw:PCH" > cset "name='Input Source' Line" > + cset "name='Line Boost Volume' 3" > ] > } > >
diff --git a/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf b/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf index 5096789..ece780d 100644 --- a/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf +++ b/src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf @@ -99,6 +99,7 @@ SectionDevice."LineIn" { EnableSequence [ cdev "hw:PCH" cset "name='Input Source' Line" + cset "name='Line Boost Volume' 3" ] }
Otherwise, the boost value is 0, and the sound captured from that LineIn jack is too weak for users. Signed-off-by: Hui Wang <hui.wang@canonical.com> --- src/conf/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf | 1 + 1 file changed, 1 insertion(+)