]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: amd: ps: Fix missing leading zeros in subsystem_device SSID log
authorSimon Trimmer <simont@opensource.cirrus.com>
Tue, 31 Mar 2026 13:19:16 +0000 (13:19 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2026 12:08:47 +0000 (13:08 +0100)
commite74c38ef6f170179c0029b5744d6a14dfd543108
tree403c604bcbdf9f9e4cb1813e7ef09d0585f6ea14
parente920c36f2073d533bdf19ba6ab690432c8173b63
ASoC: amd: ps: Fix missing leading zeros in subsystem_device SSID log

Ensure that subsystem_device is printed with leading zeros when combined
with subsystem_vendor to form the SSID. Without this, devices with upper
bits unset may appear to have an incorrect SSID in the debug output.

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Link: https://patch.msgid.link/20260331131916.145546-1-simont@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/ps/pci-ps.c