ALSA: pcm: Add missing formats to formats list
authorIvan Orlov <ivan.orlov0322@gmail.com>
Thu, 25 Jan 2024 22:35:19 +0000 (22:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Jan 2024 13:11:02 +0000 (14:11 +0100)
commitf7c4cb4a3f77867612b45c6327f80eac58a8ce65
tree6c9625bd041976bf600e8e6ff5748e4448075f8d
parentbe220d2e5544ff094142d263db5cf94d034b5e39
ALSA: pcm: Add missing formats to formats list

Add 4 missing formats to 'snd_pcm_format_names' array in order to be
able to get their names with 'snd_pcm_format_name' function.

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