mb/google/rex: Add SOF chip driver to screebo, kanix, karis
screebo/kanix use rt1019 speaker, rt5682 headphone. karis uses rt5650 speaker and rt5650_hp headphone. All of them use 2ch-pdm0 for dmic. This configuration is used for CoolStar's Windows audio drivers on these devices. TEST=build/boot Win11 on screebo, verify built-in audio functional with coolstar's drivers. Change-Id: Ie0be2b2d7cc41548bbe3e5b47a8e0f6039c4b2d9 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91571 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com> Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
This commit is contained in:
parent
88eea9da6d
commit
3249ad1d7f
4 changed files with 25 additions and 2 deletions
|
|
@ -73,6 +73,7 @@ config BOARD_GOOGLE_MODEL_DEKU
|
|||
config BOARD_GOOGLE_MODEL_KANIX
|
||||
def_bool n
|
||||
select BOARD_GOOGLE_BASEBOARD_REX
|
||||
select DRIVERS_AUDIO_SOF
|
||||
select DRIVERS_GENERIC_ALC1015
|
||||
select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
|
||||
select RT8168_GEN_ACPI_POWER_RESOURCE
|
||||
|
|
@ -85,6 +86,7 @@ config BOARD_GOOGLE_MODEL_KANIX
|
|||
config BOARD_GOOGLE_MODEL_KARIS
|
||||
def_bool n
|
||||
select BOARD_GOOGLE_BASEBOARD_REX
|
||||
select DRIVERS_AUDIO_SOF
|
||||
select SOC_INTEL_CSE_LITE_SKU
|
||||
select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2
|
||||
select SOC_INTEL_CSE_SEND_EOP_ASYNC
|
||||
|
|
@ -116,6 +118,7 @@ config BOARD_GOOGLE_MODEL_REX_EC_ISH
|
|||
config BOARD_GOOGLE_MODEL_SCREEBO
|
||||
def_bool n
|
||||
select BOARD_GOOGLE_BASEBOARD_REX
|
||||
select DRIVERS_AUDIO_SOF
|
||||
select DRIVERS_GENERIC_ALC1015
|
||||
select DRIVERS_GENESYSLOGIC_GL9750
|
||||
select SOC_INTEL_CSE_LITE_SKU
|
||||
|
|
|
|||
|
|
@ -664,6 +664,13 @@ chip soc/intel/meteorlake
|
|||
end
|
||||
end
|
||||
end
|
||||
device ref hda on 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
|
||||
|
|
|
|||
|
|
@ -604,6 +604,13 @@ chip soc/intel/meteorlake
|
|||
end
|
||||
end
|
||||
end
|
||||
device ref hda on end
|
||||
device ref hda on
|
||||
chip drivers/sof
|
||||
register "spkr_tplg" = "rt5650_sp"
|
||||
register "jack_tplg" = "rt5650_hp"
|
||||
register "mic_tplg" = "_2ch_pdm0"
|
||||
device generic 0 on end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -632,6 +632,12 @@ chip soc/intel/meteorlake
|
|||
probe AUDIO ALC1019_ALC5682I_I2S
|
||||
end
|
||||
end
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue