Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-07 Thread Takashi Iwai
On Wed, 07 Nov 2018 09:44:25 +0100, Geert Uytterhoeven wrote: > > Hi Iwai-san, > > On Tue, Nov 6, 2018 at 5:18 PM Takashi Iwai wrote: > > On Tue, 06 Nov 2018 02:04:47 +0100, > > Randy Dunlap wrote: > > > > > > On 11/5/18 2:12 PM, Geert Uytterhoeven wrote: > > > > On Mon, Nov 5, 2018 at 11:07 PM

Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-07 Thread Geert Uytterhoeven
Hi Iwai-san, On Tue, Nov 6, 2018 at 5:18 PM Takashi Iwai wrote: > On Tue, 06 Nov 2018 02:04:47 +0100, > Randy Dunlap wrote: > > > > On 11/5/18 2:12 PM, Geert Uytterhoeven wrote: > > > On Mon, Nov 5, 2018 at 11:07 PM Geert Uytterhoeven > > > wrote: > > >> Below is the list of build error/warning

Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-06 Thread Pierre-Louis Bossart
*** ERRORS *** + /kisskb/src/sound/pci/hda/patch_ca0132.c: error: implicit declaration of function 'pci_iomap' [-Werror=implicit-function-declaration]: => 8799:3 sh4-all{mod,yes}config Looks like d9b84a15892c0233 ("ALSA: hda: Fix implicit definition of pci_iomap() on SH") is not suffic

Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-06 Thread Mark Brown
On Tue, Nov 06, 2018 at 08:56:39AM -0600, Pierre-Louis Bossart wrote: > > However, looking at what else can enable SND_HDA, I think it should be > > select SND_SOC_HDAC_HDA if SND_PCI || ARCH_TEGRA > This codec can only be used by the Skylake driver (and the upcoming SOF > one). For Tegra t

Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-06 Thread Takashi Iwai
On Tue, 06 Nov 2018 02:04:47 +0100, Randy Dunlap wrote: > > On 11/5/18 2:12 PM, Geert Uytterhoeven wrote: > > On Mon, Nov 5, 2018 at 11:07 PM Geert Uytterhoeven > > wrote: > >> Below is the list of build error/warning regressions/improvements in > >> v4.20-rc1[1] compared to v4.19[2]. > >> > >>

Re: [alsa-devel] Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-06 Thread Geert Uytterhoeven
Hi Pierre, On Tue, Nov 6, 2018 at 3:56 PM Pierre-Louis Bossart wrote: > > *** ERRORS *** > > + /kisskb/src/sound/pci/hda/patch_ca0132.c: error: implicit > declaration of function 'pci_iomap' > [-Werror=implicit-function-declaration]: => 8799:3 > >>> sh4-all{mod

Re: Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-06 Thread Geert Uytterhoeven
Hi Randy, On Tue, Nov 6, 2018 at 2:06 AM Randy Dunlap wrote: > On 11/5/18 2:12 PM, Geert Uytterhoeven wrote: > > On Mon, Nov 5, 2018 at 11:07 PM Geert Uytterhoeven > > wrote: > >> Below is the list of build error/warning regressions/improvements in > >> v4.20-rc1[1] compared to v4.19[2]. > >> >

Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)

2018-11-05 Thread Randy Dunlap
On 11/5/18 2:12 PM, Geert Uytterhoeven wrote: > On Mon, Nov 5, 2018 at 11:07 PM Geert Uytterhoeven > wrote: >> Below is the list of build error/warning regressions/improvements in >> v4.20-rc1[1] compared to v4.19[2]. >> >> Summarized: >> - build errors: +3/-0 >> - build warnings: +449/-2712

Re: Build regressions/improvements in v4.20-rc1

2018-11-05 Thread Geert Uytterhoeven
On Mon, Nov 5, 2018 at 11:07 PM Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v4.20-rc1[1] compared to v4.19[2]. > > Summarized: > - build errors: +3/-0 > - build warnings: +449/-2712 > > Happy fixing! ;-) > > Thanks to the linux-next team f