All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [vkoul-soundwire:next 43/43] drivers/soundwire/qcom.c:641:3: error: 'const struct snd_soc_dai_ops' has no member named 'get_sdw_stream'; did you mean 'set_sdw_stream'?
@ 2020-03-23 18:55 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-23 18:55 UTC (permalink / raw
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2016 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git next
head:   39ec6f992131f0e88910700286d83f5f48f4ee8f
commit: 39ec6f992131f0e88910700286d83f5f48f4ee8f [43/43] soundwire: qcom: add support for get_sdw_stream()
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout 39ec6f992131f0e88910700286d83f5f48f4ee8f
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/soundwire/qcom.c:641:3: error: 'const struct snd_soc_dai_ops' has no member named 'get_sdw_stream'; did you mean 'set_sdw_stream'?
     .get_sdw_stream = qcom_swrm_get_sdw_stream,
      ^~~~~~~~~~~~~~
      set_sdw_stream
   drivers/soundwire/qcom.c:641:20: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init]
     .get_sdw_stream = qcom_swrm_get_sdw_stream,
                       ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/soundwire/qcom.c:641:20: note: (near initialization for 'qcom_swrm_pdm_dai_ops')
   drivers/soundwire/qcom.c:641:20: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
   drivers/soundwire/qcom.c:641:20: note: (near initialization for 'qcom_swrm_pdm_dai_ops.set_fmt')
   cc1: some warnings being treated as errors

vim +641 drivers/soundwire/qcom.c

   634	
   635	static const struct snd_soc_dai_ops qcom_swrm_pdm_dai_ops = {
   636		.hw_params = qcom_swrm_hw_params,
   637		.hw_free = qcom_swrm_hw_free,
   638		.startup = qcom_swrm_startup,
   639		.shutdown = qcom_swrm_shutdown,
   640		.set_sdw_stream = qcom_swrm_set_sdw_stream,
 > 641		.get_sdw_stream = qcom_swrm_get_sdw_stream,
   642	};
   643	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 71480 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-23 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 18:55 [vkoul-soundwire:next 43/43] drivers/soundwire/qcom.c:641:3: error: 'const struct snd_soc_dai_ops' has no member named 'get_sdw_stream'; did you mean 'set_sdw_stream'? kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.