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,6 +9,8 @@ HDA-Intel.pcm.front.0 {
|
|||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type asym
|
||||
playback.pcm {
|
||||
type softvol
|
||||
slave.pcm {
|
||||
type hw
|
||||
|
|
@ -19,6 +21,11 @@ HDA-Intel.pcm.front.0 {
|
|||
card $CARD
|
||||
}
|
||||
}
|
||||
capture.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
|
||||
# default with dmix+softvol & dsnoop
|
||||
HDA-Intel.pcm.default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue