Re: [PATCH v1 2/2] ASoC: amd: fix multiple definition error

2021-03-18 Thread Mukunda,Vijendar
On 18/03/21 6:32 pm, Mark Brown wrote: On Thu, Mar 18, 2021 at 02:03:47AM +0530, Vijendar Mukunda wrote: make W=1 ARCH=x86_64 error: acp3x-rt5682-max9836.c:(.text+0x840): multiple definition of `soc_is_rltk_max'; sound/soc/amd/acp-da7219-max98357a.o:acp-da7219-max98357a.c: (.text+0xd00):first

Re: [PATCH v1 2/2] ASoC: amd: fix multiple definition error

2021-03-18 Thread Mark Brown
On Thu, Mar 18, 2021 at 02:03:47AM +0530, Vijendar Mukunda wrote: > make W=1 ARCH=x86_64 error: > acp3x-rt5682-max9836.c:(.text+0x840): multiple definition of > `soc_is_rltk_max'; > sound/soc/amd/acp-da7219-max98357a.o:acp-da7219-max98357a.c: > (.text+0xd00):first defined here In general you shoul

[PATCH v1 2/2] ASoC: amd: fix multiple definition error

2021-03-17 Thread Vijendar Mukunda
make W=1 ARCH=x86_64 error: acp3x-rt5682-max9836.c:(.text+0x840): multiple definition of `soc_is_rltk_max'; sound/soc/amd/acp-da7219-max98357a.o:acp-da7219-max98357a.c: (.text+0xd00):first defined here Reported-by: kernel test robot Signed-off-by: Vijendar Mukunda --- sound/soc/amd/acp-da7219-m