diff options
author | 2025-05-13 16:59:47 +0800 | |
---|---|---|
committer | 2025-05-13 11:03:19 +0200 | |
commit | eef5bccfb1b7751ce5368739ec0b1b1d14849552 (patch) | |
tree | 225e398c4ede51ae76ad5203c497ee0bb13f2f3a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ALSA: hda/tas2781: Fix the symbol was not declare warning reported by kernel test robot (diff) | |
download | linux-rng-eef5bccfb1b7751ce5368739ec0b1b1d14849552.tar.xz linux-rng-eef5bccfb1b7751ce5368739ec0b1b1d14849552.zip |
ALSA: hda/tas2781: Fix the ld issue reported by kernel test robot
After commit 9fa6a693ad8d ("ALSA: hda/tas2781: Remove tas2781_spi_fwlib.c
and leverage SND_SOC_TAS2781_FMWLIB")created a separated lib for i2c,
However, tasdevice_remove() used for not only for I2C but for SPI being
still in that lib caused ld issue.
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: tasdevice_remove
>>> referenced by tas2781_hda.c:33 (sound/pci/hda/tas2781_hda.c:33)
>>> vmlinux.o:(tas2781_hda_remove)
To fix this issue, the implementation of tasdevice_remove was moved from
tas2781-comlib-i2c.c to tas2781-comlib.c.
Fixes: 9fa6a693ad8d ("ALSA: hda/tas2781: Remove tas2781_spi_fwlib.c and leverage SND_SOC_TAS2781_FMWLIB")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://urldefense.com/v3/__https://lore.kernel.org/oe-kbuild-all/202505111855.FP2fScKA-lkp@intel.com/__;!!G3vK!U-wdsvrOG1iezggZ55RYi8ikBxMaJD
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20250513085947.1121-1-shenghao-ding@ti.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions