public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [tiwai-sound:test/pcm-sockptr 18/26] drivers/media/pci/solo6x10/solo6x10-g723.c:242:11: error: use of undeclared identifier 'snd_solo_pcm_copy_user'; did you mean 'snd_solo_pcm_copy'?
@ 2023-07-29  7:41 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-07-29  7:41 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: llvm, oe-kbuild-all, alsa-devel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git test/pcm-sockptr
head:   3fffa74b00add561981357c76375e1829059d4e5
commit: 79cf0bf97368998dd44c1863d6f54057846b68c9 [18/26] media: solo6x10: Convert to generic PCM copy ops
config: x86_64-randconfig-x004-20230728 (https://download.01.org/0day-ci/archive/20230729/202307291526.AOnKZKB1-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce: (https://download.01.org/0day-ci/archive/20230729/202307291526.AOnKZKB1-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202307291526.AOnKZKB1-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/media/pci/solo6x10/solo6x10-g723.c:242:11: error: use of undeclared identifier 'snd_solo_pcm_copy_user'; did you mean 'snd_solo_pcm_copy'?
           .copye = snd_solo_pcm_copy_user,
                    ^~~~~~~~~~~~~~~~~~~~~~
                    snd_solo_pcm_copy
   drivers/media/pci/solo6x10/solo6x10-g723.c:207:12: note: 'snd_solo_pcm_copy' declared here
   static int snd_solo_pcm_copy(struct snd_pcm_substream *ss, int channel,
              ^
>> drivers/media/pci/solo6x10/solo6x10-g723.c:242:3: error: field designator 'copye' does not refer to any field in type 'const struct snd_pcm_ops'; did you mean 'copy'?
           .copye = snd_solo_pcm_copy_user,
            ^~~~~
            copy
   include/sound/pcm.h:72:8: note: 'copy' declared here
           int (*copy)(struct snd_pcm_substream *substream, int channel,
                 ^
   2 errors generated.


vim +242 drivers/media/pci/solo6x10/solo6x10-g723.c

   235	
   236	static const struct snd_pcm_ops snd_solo_pcm_ops = {
   237		.open = snd_solo_pcm_open,
   238		.close = snd_solo_pcm_close,
   239		.prepare = snd_solo_pcm_prepare,
   240		.trigger = snd_solo_pcm_trigger,
   241		.pointer = snd_solo_pcm_pointer,
 > 242		.copye = snd_solo_pcm_copy_user,
   243	};
   244	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2023-07-29  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29  7:41 [tiwai-sound:test/pcm-sockptr 18/26] drivers/media/pci/solo6x10/solo6x10-g723.c:242:11: error: use of undeclared identifier 'snd_solo_pcm_copy_user'; did you mean 'snd_solo_pcm_copy'? kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox