summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/xivu
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-09-08 20:57:55 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-09-25 15:35:20 +0000
commit189da313f98145e1da43d8bc69ceeb4a97db7971 (patch)
tree0b8a036013fbf6f1698415707cc7d3e43858688f /src/mainboard/google/brya/variants/xivu
parent7f53e11425b59f27e2fa70bab9daa3ca0a509177 (diff)
mb/google/brya: Add SOF driver entries for Nissa-based boards
Facilitates correct profile selection by SOF Windows drivers. Profiles for nokris and quandiso will be added once correct board configs can be determined. TEST=build/boot Win11 on google/craask, verify correct audio profiles loaded, audio functional. Change-Id: Id4582b5dd74a4905ea509813ec99663577360095 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77740 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: CoolStar <coolstarorganization@gmail.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/xivu')
-rw-r--r--src/mainboard/google/brya/variants/xivu/overridetree.cb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/xivu/overridetree.cb b/src/mainboard/google/brya/variants/xivu/overridetree.cb
index 74a8609a29..be4d8dffe8 100644
--- a/src/mainboard/google/brya/variants/xivu/overridetree.cb
+++ b/src/mainboard/google/brya/variants/xivu/overridetree.cb
@@ -485,5 +485,13 @@ chip soc/intel/alderlake
end
end
end
+ device ref hda on
+ chip drivers/sof
+ register "spkr_tplg" = "rt1019"
+ register "jack_tplg" = "rt5682"
+ register "mic_tplg" = "_2ch_pdm0"
+ device generic 0 on end
+ end
+ end
end
end