Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
platform: add glk
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdTreeThing committed Nov 26, 2023
1 parent 726eff3 commit c121df3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platforms/intel-sof/platform.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# platform detection

If.glk {
Condition {
Type String
String1 "$${sys:class/dmi/id/product_family}"
String2 "Google_Octopus"
}
True {
Define.dmicpcm 99
Define.hdmi hdmi567
}
}

If.cml {
Condition {
Type RegexMatch
Expand Down

0 comments on commit c121df3

Please sign in to comment.