Skip to content

Commit

Permalink
Merge pull request #15 from libinyang/DMIC_no_static_card_1
Browse files Browse the repository at this point in the history
sof-skl_hda_card: DMIC use sofsklhdacard for card number
  • Loading branch information
Jaska Uimonen authored Jan 14, 2020
2 parents 948cfcc + 6eb14c5 commit f083700
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
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 f083700

Please sign in to comment.