Searched hist:"409896794380 c1dc0d596bbb9255e583a94d9a00" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/pci/hda/ |
H A D | cs35l41_hda_property.c | diff 409896794380c1dc0d596bbb9255e583a94d9a00 Wed Aug 16 08:35:25 CEST 2023 Takashi Iwai <tiwai@suse.de> ALSA: hda: cs35l41: Fix the loop check in cs35l41_add_dsd_properties
model->hid is a pointer, and should be rather NULL-checked in the loop of cs35l41_prop_model_table.
Fixes: ef4ba63f12b0 ("ALSA: hda: cs35l41: Support systems with missing _DSD properties") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202308160506.8lCEeFDG-lkp@intel.com/ Link: https://lore.kernel.org/r/20230816063525.23009-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|