Re: [Sound-open-firmware] [PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-14 Thread Pierre-Louis Bossart
On 1/14/21 3:19 PM, Arnd Bergmann wrote: On Thu, Jan 14, 2021 at 7:07 PM Pierre-Louis Bossart wrote: On 1/14/21 9:09 AM, Arnd Bergmann wrote: On Tue, Jan 12, 2021 at 9:32 PM Arnd Bergmann wrote: --- v2: fix various build issues in the first version, now passes all randconfig builds

Re: [Sound-open-firmware] [PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-14 Thread Arnd Bergmann
On Thu, Jan 14, 2021 at 7:07 PM Pierre-Louis Bossart wrote: > On 1/14/21 9:09 AM, Arnd Bergmann wrote: > > On Tue, Jan 12, 2021 at 9:32 PM Arnd Bergmann wrote: > >> --- > >> v2: fix various build issues in the first version, now passes > >> all randconfig builds I tried > > > > Please disreg

Re: [Sound-open-firmware] [PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-14 Thread Pierre-Louis Bossart
On 1/14/21 9:09 AM, Arnd Bergmann wrote: On Tue, Jan 12, 2021 at 9:32 PM Arnd Bergmann wrote: --- v2: fix various build issues in the first version, now passes all randconfig builds I tried Please disregard this version, while I have a tree that passes the randconfig builds now, t

Re: [PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-14 Thread Arnd Bergmann
On Tue, Jan 12, 2021 at 9:32 PM Arnd Bergmann wrote: > > --- > v2: fix various build issues in the first version, now passes > all randconfig builds I tried Please disregard this version, while I have a tree that passes the randconfig builds now, this was not the patch from it that I wanted

[PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency

2021-01-12 Thread Arnd Bergmann
From: Arnd Bergmann The sof-pci-dev driver fails to link when built into the kernel and CONFIG_SND_INTEL_DSP_CONFIG is set to =m: arm-linux-gnueabi-ld: sound/soc/sof/sof-pci-dev.o: in function `sof_pci_probe': sof-pci-dev.c:(.text+0x1c): undefined reference to `snd_intel_dsp_driver_probe' All o