Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1461699 > unrolled thread
| Started by | Randy Li <ayaka@soulik.info> |
|---|---|
| First post | 2016-08-14 10:40 +0200 |
| Last post | 2016-08-14 19:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ASoC: es8328: explict I2C and SPI menu entry Randy Li <ayaka@soulik.info> - 2016-08-14 10:40 +0200
Re: [PATCH] ASoC: es8328: explict I2C and SPI menu entry kbuild test robot <lkp@intel.com> - 2016-08-14 17:20 +0200
Re: [PATCH] ASoC: es8328: explict I2C and SPI menu entry kbuild test robot <lkp@intel.com> - 2016-08-14 19:30 +0200
| From | Randy Li <ayaka@soulik.info> |
|---|---|
| Date | 2016-08-14 10:40 +0200 |
| Subject | [PATCH] ASoC: es8328: explict I2C and SPI menu entry |
| Message-ID | <s5Z7A-5sr-37@gated-at.bofh.it> |
The es8328 support both I2C and SPI as control interface, and it is possible that the interface is determined by dts in simple sound card situation. We would better allow them be built at the same time. Signed-off-by: Randy Li <ayaka@soulik.info> --- sound/soc/codecs/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index f3fb98f..bcf9b1d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -489,14 +489,14 @@ config SND_SOC_HDMI_CODEC select HDMI config SND_SOC_ES8328 - tristate "Everest Semi ES8328 CODEC" + tristate config SND_SOC_ES8328_I2C - tristate + tristate "Everest Semi ES8328 CODEC (I2C)" select SND_SOC_ES8328 config SND_SOC_ES8328_SPI - tristate + tristate "Everest Semi ES8328 CODEC (SPI)" select SND_SOC_ES8328 config SND_SOC_GTM601 -- 2.7.4
[toc] | [next] | [standalone]
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2016-08-14 17:20 +0200 |
| Message-ID | <s65mF-1jg-7@gated-at.bofh.it> |
| In reply to | #1461699 |
[Multipart message — attachments visible in raw view] — view raw
Hi Randy,
[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.8-rc1 next-20160812]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Randy-Li/ASoC-es8328-explict-I2C-and-SPI-menu-entry/20160814-163615
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-randconfig-x008-08142022 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> ERROR: "__devm_regmap_init_spi" [sound/soc/codecs/snd-soc-es8328-spi.ko] undefined!
>> ERROR: "__spi_register_driver" [sound/soc/codecs/snd-soc-es8328-spi.ko] undefined!
ERROR: "remove_conflicting_framebuffers" [drivers/gpu/drm/virtio/virtio-gpu.ko] undefined!
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [prev] | [next] | [standalone]
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2016-08-14 19:30 +0200 |
| Message-ID | <s67ot-2wx-7@gated-at.bofh.it> |
| In reply to | #1461699 |
[Multipart message — attachments visible in raw view] — view raw
Hi Randy,
[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.8-rc1 next-20160812]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Randy-Li/ASoC-es8328-explict-I2C-and-SPI-menu-entry/20160814-163615
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-randconfig-x018-08142330 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
sound/built-in.o: In function `es8328_spi_probe':
>> es8328-spi.c:(.text+0x706ba): undefined reference to `__devm_regmap_init_spi'
sound/built-in.o: In function `es8328_spi_driver_init':
>> es8328-spi.c:(.init.text+0x3e3b): undefined reference to `__spi_register_driver'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web