Kernel Tree For Xiaomi 11 Lite NE 5G
Go to file
Meng Wang c7b180ec7c asoc: Avoid usage of variable length array
chmap in msm_lsm_check_and_set_lab_controls, data in
wcd9xxx_i2c_write_device and irq_level in wcd9xxx_irq_init
are Variable Length Array (VLA). VLAs are considered unfit
when it comes to security, performance, code quality and so
on. Hence, allocate the memory dynamically.

Change-Id: I52f33e61f857a00774eb26dc1d6372f2ed3d425c
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2018-12-06 23:52:08 -08:00
asoc asoc: Avoid usage of variable length array 2018-12-06 23:52:08 -08:00
config ASoC: switch audio drivers to SPDX identifier 2018-12-07 15:47:32 +08:00
dsp ASoC: switch audio drivers to SPDX identifier 2018-12-07 15:47:32 +08:00
include ASoC: switch audio drivers to SPDX identifier 2018-12-07 15:47:32 +08:00
ipc ASoC: switch audio drivers to SPDX identifier 2018-12-07 15:47:32 +08:00
soc ASoC: switch audio drivers to SPDX identifier 2018-12-07 15:47:32 +08:00
Android.mk asoc: clean up audio drivers and remove unused files 2018-12-06 15:04:09 +08:00
Makefile asoc: clean up audio drivers and remove unused files 2018-12-06 15:04:09 +08:00
Makefile.am asoc: clean up audio drivers and remove unused files 2018-12-06 15:04:09 +08:00
NOTICE audio-lnx: Initial change for techpack of audio drivers. 2017-08-18 16:56:08 -06:00