Skip to content

Commit

Permalink
LENOVO-20QE000VMC-ThinkPadX1Carbon7th-20QE000VMC: DMIC use sofsklhdac…
Browse files Browse the repository at this point in the history
…ard for card number

The card number can be changed. Change "hw:0" to "hw:sofsklhdacard"

Signed-off-by: Libin Yang <[email protected]>
  • Loading branch information
libinyang committed Jan 14, 2020
1 parent 26ec21a commit 6eb14c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SectionDevice."Headset Microphone" {
]

Value {
CapturePCM "hw:0,0"
CapturePCM "hw:sofsklhdacard,0"
CaptureVolume "Capture"
CaptureSwitch "Capture Switch"
CaptureChannels "2"
Expand All @@ -41,7 +41,7 @@ SectionDevice."Dmic" {
]

Value {
CapturePCM "hw:0,6"
CapturePCM "hw:sofsklhdacard,6"
CaptureVolume "Dmic0 Capture Volume"
CaptureSwitch "Dmic0 Capture Switch"
CaptureChannels "2"
Expand Down

0 comments on commit 6eb14c5

Please sign in to comment.