From: Mark Brown Date: Tue, 21 Oct 2025 18:05:19 +0000 (+0100) Subject: ASoC: amd: ps: Propagate the PCI subsystem Vendor and X-Git-Tag: v6.19-rc1~156^2~3^2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2880c42a0de68e9eb979e5331fbd5b2c79e093ad;p=thirdparty%2Fkernel%2Flinux.git ASoC: amd: ps: Propagate the PCI subsystem Vendor and Merge series from Simon Trimmer : This series of two patches propagates the PCI subsystem Vendor and Device IDs so that they can be used by component drivers to differentiate firmware loads. --- 2880c42a0de68e9eb979e5331fbd5b2c79e093ad diff --cc sound/soc/qcom/sc8280xp.c index aea8c1daff328,187f37ffe3283..b34e63f297935 --- a/sound/soc/qcom/sc8280xp.c +++ b/sound/soc/qcom/sc8280xp.c @@@ -191,8 -191,8 +191,9 @@@ static int sc8280xp_platform_probe(stru } static const struct of_device_id snd_sc8280xp_dt_match[] = { + {.compatible = "qcom,kaanapali-sndcard", "kaanapali"}, {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"}, + {.compatible = "qcom,qcs615-sndcard", "qcs615"}, {.compatible = "qcom,qcs6490-rb3gen2-sndcard", "qcs6490"}, {.compatible = "qcom,qcs8275-sndcard", "qcs8300"}, {.compatible = "qcom,qcs9075-sndcard", "sa8775p"}, diff --cc sound/soc/sdw_utils/soc_sdw_utils.c index b75cb5c535d17,270c66b902283..92e071f6b0547 --- a/sound/soc/sdw_utils/soc_sdw_utils.c +++ b/sound/soc/sdw_utils/soc_sdw_utils.c @@@ -323,9 -311,28 +323,29 @@@ struct asoc_sdw_codec_info codec_info_l }, .dai_num = 1, }, + { + .part_id = 0x1321, + .dais = { + { + .direction = {true, false}, + .dai_name = "rt1320-aif1", + .component_name = "rt1320", + .dai_type = SOC_SDW_DAI_TYPE_AMP, + .dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID}, + .init = asoc_sdw_rt_amp_init, + .exit = asoc_sdw_rt_amp_exit, + .rtd_init = asoc_sdw_rt_amp_spk_rtd_init, + .controls = generic_spk_controls, + .num_controls = ARRAY_SIZE(generic_spk_controls), + .widgets = generic_spk_widgets, + .num_widgets = ARRAY_SIZE(generic_spk_widgets), + }, + }, + .dai_num = 1, + }, { .part_id = 0x714, + .name_prefix = "rt714", .version_id = 3, .ignore_internal_dmic = true, .dais = {