Re: [PATCH v2 2/3] usb: gadget: f_uac2: split out audio core

From: Ruslan Bilovol
Date: Tue Aug 16 2016 - 16:46:37 EST


On Tue, Aug 16, 2016 at 9:20 PM, kbuild test robot <lkp@xxxxxxxxx> wrote:
> Hi Ruslan,
>
> [auto build test ERROR on balbi-usb/next]
> [also build test ERROR on v4.8-rc2 next-20160816]
> [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/Ruslan-Bilovol/USB-Audio-Gadget-refactoring/20160814-185318
> base: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
> config: x86_64-randconfig-a0-08162223 (attached as .config)
> compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
> drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_setup':
>>> (.text+0x16ce): multiple definition of `gaudio_setup'
> drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x937): first defined here
> drivers/usb/gadget/function/usb_f_uac1.o: In function `gaudio_cleanup':
>>> (.text+0x1147): multiple definition of `gaudio_cleanup'
> drivers/usb/gadget/function/u_audio.o:u_audio.c:(.text+0x3f): first defined here
>

Arrgh, it now conflicts in this patchset where we keep old f_uac1
functionality. Will fix it in next patchset.

Best regards,
Ruslan