Takashi Iwai 9bd1103087 ALSA: pcm: Remove VLA usage
A helper function used by snd_pcm_hw_refine() still keeps using VLA
for timestamps of hw constraint rules that are non-fixed size.

Let's replace the VLA with a simple kmalloc() array.

Reference: https://lkml.org/lkml/2018/3/7/621
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live>
2021-07-31 10:54:50 +05:30
..
2021-07-31 10:54:50 +05:30
2020-07-22 09:22:17 +02:00
2019-08-16 10:13:46 +02:00