mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
ASoC: amd: amd_sdw: Propagate the PCI subsystem Vendor and Device IDs
Extend the ACP SoundWire legacy machine driver to propagate the PCI subsystem Vendor and Device IDs so that they may be used by component drivers for SKU specific variation. Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com> Link: https://patch.msgid.link/20251016150649.320277-3-simont@opensource.cirrus.com Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
aab1301cfd
commit
6658472a3e
|
|
@ -463,6 +463,10 @@ static int mc_probe(struct platform_device *pdev)
|
|||
card->late_probe = asoc_sdw_card_late_probe;
|
||||
|
||||
snd_soc_card_set_drvdata(card, ctx);
|
||||
if (mach->mach_params.subsystem_id_set)
|
||||
snd_soc_card_set_pci_ssid(card,
|
||||
mach->mach_params.subsystem_vendor,
|
||||
mach->mach_params.subsystem_device);
|
||||
|
||||
dmi_check_system(soc_sdw_quirk_table);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user