mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
HDA-Intel.conf - Fix low mic volume due to pulseaudio using "front" device for playback and capture
Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
16f716eadd
commit
6bb36928b1
1 changed files with 13 additions and 6 deletions
|
|
@ -9,13 +9,20 @@ HDA-Intel.pcm.front.0 {
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
}
|
}
|
||||||
type softvol
|
type asym
|
||||||
slave.pcm {
|
playback.pcm {
|
||||||
type hw
|
type softvol
|
||||||
card $CARD
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
}
|
||||||
|
control {
|
||||||
|
name "PCM Playback Volume"
|
||||||
|
card $CARD
|
||||||
|
}
|
||||||
}
|
}
|
||||||
control {
|
capture.pcm {
|
||||||
name "PCM Playback Volume"
|
type hw
|
||||||
card $CARD
|
card $CARD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue