From: Raymond Yau Date: Sun, 24 Apr 2011 03:56:44 +0000 (+0800) Subject: HDA-Intel.conf - Fix low mic volume due to pulseaudio using "front" device for playba... X-Git-Tag: v1.0.25~39 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6bb36928b114e27dcfeeddceabc3241e0fe1d921;p=alsa-lib.git 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 --- 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 } }