diff options
| author | Mark Brown <broonie@kernel.org> | 2026-04-07 15:43:29 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-07 15:43:29 +0100 |
| commit | cc201899a972c9358639720404795d5a73acb1b4 (patch) | |
| tree | 184dce92e098fc9f3238ca029c689c0b62441641 /sound/soc/amd | |
| parent | fd495be8aa198a0d57069c37a9b44ee9e86a7486 (diff) | |
| parent | 591cd656a1bf5ea94a222af5ef2ee76df029c1d2 (diff) | |
| download | lwn-cc201899a972c9358639720404795d5a73acb1b4.tar.gz lwn-cc201899a972c9358639720404795d5a73acb1b4.zip | |
ASoC: Merge up v7.0-rc7
Merge tag 'v7.0-rc7' to get fixes that make my CI happier.
Diffstat (limited to 'sound/soc/amd')
| -rw-r--r-- | sound/soc/amd/ps/pci-ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/ps/pci-ps.c b/sound/soc/amd/ps/pci-ps.c index 3a20cc10d61f..9751cf0784a6 100644 --- a/sound/soc/amd/ps/pci-ps.c +++ b/sound/soc/amd/ps/pci-ps.c @@ -339,7 +339,7 @@ static struct snd_soc_acpi_mach *acp63_sdw_machine_select(struct device *dev) mach->mach_params.subsystem_device = acp_data->subsystem_device; mach->mach_params.subsystem_id_set = true; - dev_dbg(dev, "SSID %x%x\n", mach->mach_params.subsystem_vendor, + dev_dbg(dev, "SSID %x%04x\n", mach->mach_params.subsystem_vendor, mach->mach_params.subsystem_device); return mach; } |
