From 6bb36928b114e27dcfeeddceabc3241e0fe1d921 Mon Sep 17 00:00:00 2001 From: Raymond Yau Date: Sun, 24 Apr 2011 11:56:44 +0800 Subject: [PATCH] HDA-Intel.conf - Fix low mic volume due to pulseaudio using "front" device for playback and capture Signed-off-by: Raymond Yau Signed-off-by: Takashi Iwai --- src/conf/cards/HDA-Intel.conf | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/conf/cards/HDA-Intel.conf b/src/conf/cards/HDA-Intel.conf index f7eecb45..bc82dbfc 100644 --- a/src/conf/cards/HDA-Intel.conf +++ b/src/conf/cards/HDA-Intel.conf @@ -9,13 +9,20 @@ HDA-Intel.pcm.front.0 { @args.CARD { type string } - type softvol - slave.pcm { - type hw - card $CARD + type asym + playback.pcm { + type softvol + slave.pcm { + type hw + card $CARD + } + control { + name "PCM Playback Volume" + card $CARD + } } - control { - name "PCM Playback Volume" + capture.pcm { + type hw card $CARD } } -- 2.47.1