Skip to content

Commit

Permalink
sof-skl_hda_card: DMIC use sofsklhdacard for card number
Browse files Browse the repository at this point in the history
The card number can be changed. Change "hw:0" to "hw:sofsklhdacard"

Signed-off-by: Libin Yang <[email protected]>
  • Loading branch information
libinyang committed Dec 27, 2019
1 parent 948cfcc commit 26ec21a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ucm/sof-skl_hda_card/Mics.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SectionDevice."Headset Microphone" {
]

Value {
CapturePCM "hw:0,0"
CapturePCM "hw:sofsklhdacard,0"
CaptureVolume "Capture"
CaptureSwitch "Capture Switch"
CaptureChannels "2"
Expand Down Expand Up @@ -45,7 +45,7 @@ SectionDevice."Headphone Microphone" {
]

Value {
CapturePCM "hw:0,0"
CapturePCM "hw:sofsklhdacard,0"
CaptureVolume "Capture"
CaptureSwitch "Capture Switch"
CaptureChannels "2"
Expand Down Expand Up @@ -73,7 +73,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 26ec21a

Please sign in to comment.