diff mbox

[alsa-lib,2/2] conf/ucm: increase the input volume for LineIn

Message ID 1525241286-16498-2-git-send-email-hui.wang@canonical.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hui Wang May 2, 2018, 6:08 a.m. UTC
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(+)

Comments

Jaroslav Kysela May 2, 2018, 6:44 a.m. UTC | #1
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 mbox

Patch

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"
 	]
 }