Home
last modified time | relevance | path

Searched hist:"322 e0c500073ac4b2f74d8c850c0aeee81be8df3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/riptide/
H A Driptide.cdiff 322e0c500073ac4b2f74d8c850c0aeee81be8df3 Fri Sep 15 04:13:13 CDT 2023 Takashi Iwai <tiwai@suse.de> ALSA: riptide: Fix -Wformat-truncation warning for longname string

The filling of card->longname can be gracefully truncated, as it's
only informative. Use scnprintf() and suppress the superfluous
compile warning with -Wformat-truncation.

Link: https://lore.kernel.org/r/20230915091313.5988-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>