ALSA: pcm: Fix snd_pcm_format_name function
authorIvan Orlov <ivan.orlov0322@gmail.com>
Thu, 25 Jan 2024 22:35:20 +0000 (22:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Jan 2024 13:11:29 +0000 (14:11 +0100)
commitd1eb913c8df4574df2861db03d2411023bd7930a
treee214c664acd56155571621f36c9615db0bf942f7
parentf7c4cb4a3f77867612b45c6327f80eac58a8ce65
ALSA: pcm: Fix snd_pcm_format_name function

Fix snd_pcm_format_name so it won't return NULL-pointer in case if it
can't find the format in the 'snd_pcm_format_names' list. Return
"Unknown" instead, as it is done if the number passed to the function
is larger than a list size.

Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20240125223522.1122765-2-ivan.orlov0322@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm.c