mb/google/dedede: Fix SOF config for unprovisioned audio amp

Dedede boards which select AUDIO_AMP_UNPROVISIONED via fw_config use
rt1015 for the speaker topology, not max98360a.

TEST=build/boot Win11 on google/magpie, verify correct audio profile
selected.

Change-Id: I5b75bd8fd37d2837de3c5bd25a02411a6982103b
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77741
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Matt DeVillier 2023-09-08 21:16:57 -05:00 committed by Felix Held
parent c4a81b390e
commit ddfe719538
1 changed files with 1 additions and 8 deletions

View File

@ -421,6 +421,7 @@ chip soc/intel/jasperlake
device generic 0 on device generic 0 on
probe AUDIO_AMP RT1015_I2C probe AUDIO_AMP RT1015_I2C
probe AUDIO_AMP RT1015P_AUTO probe AUDIO_AMP RT1015P_AUTO
probe AUDIO_AMP UNPROVISIONED
end end
end end
chip drivers/sof chip drivers/sof
@ -431,14 +432,6 @@ chip soc/intel/jasperlake
probe AUDIO_AMP MAX98360 probe AUDIO_AMP MAX98360
end end
end end
chip drivers/sof
register "spkr_tplg" = "max98357a"
register "jack_tplg" = "rt5682"
register "mic_tplg" = "_2ch_pdm0"
device generic 0 on
probe AUDIO_AMP UNPROVISIONED
end
end
end # Intel HDA/cAVS end # Intel HDA/cAVS
device pci 1f.4 off end # SMBus device pci 1f.4 off end # SMBus
device pci 1f.5 on end # PCH SPI device pci 1f.5 on end # PCH SPI