All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 2/4] ASoC: fsl_asrc: allow using arbitrary input and output clocks
Date: Fri, 03 Jul 2020 05:33:12 +0800	[thread overview]
Message-ID: <202007030516.26diRNfO%lkp@intel.com> (raw)
In-Reply-To: <20200702142235.235869-3-arnaud.ferraris@collabora.com>

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

Hi Arnaud,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on v5.8-rc3]
[cannot apply to asoc/for-next next-20200702]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Arnaud-Ferraris/ASoC-fsl_asrc-allow-selecting-arbitrary-clocks/20200702-222640
base:    9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68
config: powerpc64-randconfig-r003-20200701 (attached as .config)
compiler: clang version 11.0.0 (https://github.com/llvm/llvm-project 003a086ffc0d1affbb8300b36225fb8150a2d40a)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install powerpc64 cross compiling tool for clang build
        # apt-get install binutils-powerpc64-linux-gnu
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=powerpc64 

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

All errors (new ones prefixed by >>):

   #define __do_outl(val, port)    writel(val,(PCI_IO_ADDR)_IO_BASE+port);
                                              ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:43:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:160:1: note: expanded from here
   __do_insb
   ^
   arch/powerpc/include/asm/io.h:541:56: note: expanded from macro '__do_insb'
   #define __do_insb(p, b, n)      readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:45:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:162:1: note: expanded from here
   __do_insw
   ^
   arch/powerpc/include/asm/io.h:542:56: note: expanded from macro '__do_insw'
   #define __do_insw(p, b, n)      readsw((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:47:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:164:1: note: expanded from here
   __do_insl
   ^
   arch/powerpc/include/asm/io.h:543:56: note: expanded from macro '__do_insl'
   #define __do_insl(p, b, n)      readsl((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:49:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:166:1: note: expanded from here
   __do_outsb
   ^
   arch/powerpc/include/asm/io.h:544:58: note: expanded from macro '__do_outsb'
   #define __do_outsb(p, b, n)     writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:51:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:168:1: note: expanded from here
   __do_outsw
   ^
   arch/powerpc/include/asm/io.h:545:58: note: expanded from macro '__do_outsw'
   #define __do_outsw(p, b, n)     writesw((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:11:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:53:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsl, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:170:1: note: expanded from here
   __do_outsl
   ^
   arch/powerpc/include/asm/io.h:546:58: note: expanded from macro '__do_outsl'
   #define __do_outsl(p, b, n)     writesl((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_asrc.c:19:
   In file included from sound/soc/fsl/fsl_asrc.h:13:
>> sound/soc/fsl/fsl_asrc_common.h:92:18: error: field has incomplete type 'enum asrc_inclk'
           enum asrc_inclk inclk;
                           ^
   sound/soc/fsl/fsl_asrc_common.h:92:7: note: forward declaration of 'enum asrc_inclk'
           enum asrc_inclk inclk;
                ^
>> sound/soc/fsl/fsl_asrc_common.h:93:19: error: field has incomplete type 'enum asrc_outclk'
           enum asrc_outclk outclk;
                            ^
   sound/soc/fsl/fsl_asrc_common.h:93:7: note: forward declaration of 'enum asrc_outclk'
           enum asrc_outclk outclk;
                ^
   12 warnings and 2 errors generated.
--
   #define __do_outl(val, port)    writel(val,(PCI_IO_ADDR)_IO_BASE+port);
                                              ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:43:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:164:1: note: expanded from here
   __do_insb
   ^
   arch/powerpc/include/asm/io.h:541:56: note: expanded from macro '__do_insb'
   #define __do_insb(p, b, n)      readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:45:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:166:1: note: expanded from here
   __do_insw
   ^
   arch/powerpc/include/asm/io.h:542:56: note: expanded from macro '__do_insw'
   #define __do_insw(p, b, n)      readsw((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:47:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:168:1: note: expanded from here
   __do_insl
   ^
   arch/powerpc/include/asm/io.h:543:56: note: expanded from macro '__do_insl'
   #define __do_insl(p, b, n)      readsl((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
                                          ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:49:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsb, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:170:1: note: expanded from here
   __do_outsb
   ^
   arch/powerpc/include/asm/io.h:544:58: note: expanded from macro '__do_outsb'
   #define __do_outsb(p, b, n)     writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:51:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsw, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:172:1: note: expanded from here
   __do_outsw
   ^
   arch/powerpc/include/asm/io.h:545:58: note: expanded from macro '__do_outsw'
   #define __do_outsw(p, b, n)     writesw((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:7:
   In file included from include/linux/dma-mapping.h:11:
   In file included from include/linux/scatterlist.h:9:
   In file included from arch/powerpc/include/asm/io.h:604:
   arch/powerpc/include/asm/io-defs.h:53:1: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
   DEF_PCI_AC_NORET(outsl, (unsigned long p, const void *b, unsigned long c),
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/powerpc/include/asm/io.h:601:3: note: expanded from macro 'DEF_PCI_AC_NORET'
                   __do_##name al;                                 \
                   ^~~~~~~~~~~~~~
   <scratch space>:174:1: note: expanded from here
   __do_outsl
   ^
   arch/powerpc/include/asm/io.h:546:58: note: expanded from macro '__do_outsl'
   #define __do_outsl(p, b, n)     writesl((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
                                           ~~~~~~~~~~~~~~~~~~~~~^
   In file included from sound/soc/fsl/fsl_easrc.c:31:
   In file included from sound/soc/fsl/fsl_easrc.h:12:
>> sound/soc/fsl/fsl_asrc_common.h:92:18: error: field has incomplete type 'enum asrc_inclk'
           enum asrc_inclk inclk;
                           ^
   sound/soc/fsl/fsl_asrc_common.h:92:7: note: forward declaration of 'enum asrc_inclk'
           enum asrc_inclk inclk;
                ^
>> sound/soc/fsl/fsl_asrc_common.h:93:19: error: field has incomplete type 'enum asrc_outclk'
           enum asrc_outclk outclk;
                            ^
   sound/soc/fsl/fsl_asrc_common.h:93:7: note: forward declaration of 'enum asrc_outclk'
           enum asrc_outclk outclk;
                ^
   sound/soc/fsl/fsl_easrc.c:967:5: warning: no previous prototype for function 'fsl_easrc_config_context' [-Wmissing-prototypes]
   int fsl_easrc_config_context(struct fsl_asrc *easrc, unsigned int ctx_id)
       ^
   sound/soc/fsl/fsl_easrc.c:967:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_config_context(struct fsl_asrc *easrc, unsigned int ctx_id)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1128:5: warning: no previous prototype for function 'fsl_easrc_set_ctx_format' [-Wmissing-prototypes]
   int fsl_easrc_set_ctx_format(struct fsl_asrc_pair *ctx,
       ^
   sound/soc/fsl/fsl_easrc.c:1128:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_set_ctx_format(struct fsl_asrc_pair *ctx,
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1201:5: warning: no previous prototype for function 'fsl_easrc_set_ctx_organziation' [-Wmissing-prototypes]
   int fsl_easrc_set_ctx_organziation(struct fsl_asrc_pair *ctx)
       ^
   sound/soc/fsl/fsl_easrc.c:1201:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_set_ctx_organziation(struct fsl_asrc_pair *ctx)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1245:5: warning: no previous prototype for function 'fsl_easrc_request_context' [-Wmissing-prototypes]
   int fsl_easrc_request_context(int channels, struct fsl_asrc_pair *ctx)
       ^
   sound/soc/fsl/fsl_easrc.c:1245:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_request_context(int channels, struct fsl_asrc_pair *ctx)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1290:6: warning: no previous prototype for function 'fsl_easrc_release_context' [-Wmissing-prototypes]
   void fsl_easrc_release_context(struct fsl_asrc_pair *ctx)
        ^
   sound/soc/fsl/fsl_easrc.c:1290:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void fsl_easrc_release_context(struct fsl_asrc_pair *ctx)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1317:5: warning: no previous prototype for function 'fsl_easrc_start_context' [-Wmissing-prototypes]
   int fsl_easrc_start_context(struct fsl_asrc_pair *ctx)
       ^
   sound/soc/fsl/fsl_easrc.c:1317:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_start_context(struct fsl_asrc_pair *ctx)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1335:5: warning: no previous prototype for function 'fsl_easrc_stop_context' [-Wmissing-prototypes]
   int fsl_easrc_stop_context(struct fsl_asrc_pair *ctx)
       ^
   sound/soc/fsl/fsl_easrc.c:1335:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int fsl_easrc_stop_context(struct fsl_asrc_pair *ctx)
   ^
   static 
   sound/soc/fsl/fsl_easrc.c:1382:18: warning: no previous prototype for function 'fsl_easrc_get_dma_channel' [-Wmissing-prototypes]
   struct dma_chan *fsl_easrc_get_dma_channel(struct fsl_asrc_pair *ctx,
                    ^
   sound/soc/fsl/fsl_easrc.c:1382:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   struct dma_chan *fsl_easrc_get_dma_channel(struct fsl_asrc_pair *ctx,
   ^
   static 
   20 warnings and 2 errors generated.

vim +92 sound/soc/fsl/fsl_asrc_common.h

    53	
    54	/**
    55	 * fsl_asrc: ASRC common data
    56	 *
    57	 * @dma_params_rx: DMA parameters for receive channel
    58	 * @dma_params_tx: DMA parameters for transmit channel
    59	 * @pdev: platform device pointer
    60	 * @regmap: regmap handler
    61	 * @paddr: physical address to the base address of registers
    62	 * @mem_clk: clock source to access register
    63	 * @ipg_clk: clock source to drive peripheral
    64	 * @spba_clk: SPBA clock (optional, depending on SoC design)
    65	 * @lock: spin lock for resource protection
    66	 * @pair: pair pointers
    67	 * @channel_avail: non-occupied channel numbers
    68	 * @asrc_rate: default sample rate for ASoC Back-Ends
    69	 * @asrc_format: default sample format for ASoC Back-Ends
    70	 * @use_edma: edma is used
    71	 * @get_dma_channel: function pointer
    72	 * @request_pair: function pointer
    73	 * @release_pair: function pointer
    74	 * @get_fifo_addr: function pointer
    75	 * @pair_priv_size: size of pair private struct.
    76	 * @private: private data structure
    77	 */
    78	struct fsl_asrc {
    79		struct snd_dmaengine_dai_dma_data dma_params_rx;
    80		struct snd_dmaengine_dai_dma_data dma_params_tx;
    81		struct platform_device *pdev;
    82		struct regmap *regmap;
    83		unsigned long paddr;
    84		struct clk *mem_clk;
    85		struct clk *ipg_clk;
    86		struct clk *spba_clk;
    87		spinlock_t lock;      /* spin lock for resource protection */
    88	
    89		struct fsl_asrc_pair *pair[PAIR_CTX_NUM];
    90		unsigned int channel_avail;
    91	
  > 92		enum asrc_inclk inclk;
  > 93		enum asrc_outclk outclk;
    94	
    95		int asrc_rate;
    96		snd_pcm_format_t asrc_format;
    97		bool use_edma;
    98	
    99		struct dma_chan *(*get_dma_channel)(struct fsl_asrc_pair *pair, bool dir);
   100		int (*request_pair)(int channels, struct fsl_asrc_pair *pair);
   101		void (*release_pair)(struct fsl_asrc_pair *pair);
   102		int (*get_fifo_addr)(u8 dir, enum asrc_pair_index index);
   103		size_t pair_priv_size;
   104	
   105		void *private;
   106	};
   107	

---
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: 27802 bytes --]

  parent reply	other threads:[~2020-07-02 21:33 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-02 14:22 [PATCH 0/4] ASoC: fsl_asrc: allow selecting arbitrary clocks Arnaud Ferraris
2020-07-02 14:22 ` Arnaud Ferraris
2020-07-02 14:22 ` Arnaud Ferraris
2020-07-02 14:22 ` [PATCH 1/4] dt-bindings: sound: fsl, asrc: add properties to select in/out clocks Arnaud Ferraris
2020-07-02 14:22   ` [PATCH 1/4] dt-bindings: sound: fsl,asrc: " Arnaud Ferraris
2020-07-02 14:22   ` [PATCH 1/4] dt-bindings: sound: fsl, asrc: " Arnaud Ferraris
2020-07-02 14:22 ` [PATCH 2/4] ASoC: fsl_asrc: allow using arbitrary input and output clocks Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 17:42   ` kernel test robot
2020-07-02 21:33   ` kernel test robot [this message]
2020-07-02 14:22 ` [PATCH 3/4] ASoC: fsl_asrc: always use ratio for conversion Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 14:22 ` [PATCH 4/4] ASoC: fsl_asrc: swap input and output clocks in capture mode Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 14:22   ` Arnaud Ferraris
2020-07-02 19:34   ` kernel test robot
2020-07-02 18:42 ` [PATCH 0/4] ASoC: fsl_asrc: allow selecting arbitrary clocks Nicolin Chen
2020-07-02 18:42   ` Nicolin Chen
2020-07-02 18:42   ` Nicolin Chen
2020-07-03  9:38   ` Arnaud Ferraris
2020-07-03  9:38     ` Arnaud Ferraris
2020-07-14 16:20     ` Arnaud Ferraris
2020-07-14 16:20       ` Arnaud Ferraris
2020-07-14 20:15       ` Nicolin Chen
2020-07-14 20:15         ` Nicolin Chen
2020-07-14 20:27         ` Mark Brown
2020-07-14 20:27           ` Mark Brown
2020-07-14 20:50           ` Nicolin Chen
2020-07-14 20:50             ` Nicolin Chen
2020-07-15 14:05             ` Mark Brown
2020-07-15 14:05               ` Mark Brown
2020-07-15 16:18               ` Arnaud Ferraris
2020-07-15 16:18                 ` Arnaud Ferraris
2020-07-15 16:22                 ` Mark Brown
2020-07-15 16:22                   ` Mark Brown
2020-07-15 16:32                   ` Arnaud Ferraris
2020-07-15 16:32                     ` Arnaud Ferraris
2020-07-15 20:46                 ` Nicolin Chen
2020-07-15 20:46                   ` Nicolin Chen
2020-07-16  9:54                   ` Arnaud Ferraris
2020-07-16  9:54                     ` Arnaud Ferraris
2020-07-15 21:03               ` Nicolin Chen
2020-07-15 21:03                 ` Nicolin Chen
2020-07-16 12:18                 ` Mark Brown
2020-07-16 12:18                   ` Mark Brown
2020-07-16 14:26                   ` Arnaud Ferraris
2020-07-16 14:26                     ` Arnaud Ferraris
2020-07-17 11:16   ` Arnaud Ferraris
2020-07-17 11:16     ` Arnaud Ferraris
2020-07-17 11:16     ` Arnaud Ferraris
2020-07-23  5:46     ` Nicolin Chen
2020-07-23  5:46       ` Nicolin Chen
2020-07-23  5:46       ` Nicolin Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202007030516.26diRNfO%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.