Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: ump: Shut up truncated string warning
commit ed990c0 upstream. The recent change for the legacy substream name update brought a compile warning for some compilers due to the nature of snprintf(). Use scnprintf() to shut up the warning since the truncation is intentional. Fixes: e29e504 ("ALSA: ump: Indicate the inactive group in legacy substream names") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202411300103.FrGuTAYp-lkp@intel.com/ Link: https://patch.msgid.link/20241130090009.19849-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- linux-6.12.10-mpi
- linux-6.12.11-mpi
- linux-6.12.12-mpi
- linux-6.12.13-mpi
- linux-6.12.14-mpi
- linux-6.12.15-mpi
- linux-6.12.16-mpi
- linux-6.12.17-mpi
- linux-6.12.18-mpi
- linux-6.12.19-mpi
- linux-6.12.20-mpi
- linux-6.12.21-mpi
- linux-6.12.22-mpi
- linux-6.12.23-mpi
- linux-6.12.24-mpi
- linux-6.12.25-mpi
- linux-6.12.26-mpi
- linux-6.12.27-mpi
- linux-6.12.28-mpi
- linux-6.12.29-mpi
- linux-6.12.30-mpi
- linux-6.12.31-mpi
- linux-6.12.32-mpi
- linux-6.12.33-mpi
- linux-6.12.34-mpi
- linux-6.12.8-mpi
- linux-6.12.9-mpi