Re: [PATCH] ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig

From: Arnd Bergmann
Date: Fri Mar 01 2019 - 09:03:43 EST


On Wed, Feb 27, 2019 at 11:01 PM Robert Jarzmik <robert.jarzmik@xxxxxxx> wrote:
>
> Arnd Bergmann <arnd@xxxxxxxx> writes:
>
> > The CONFIG_SND_PXA2XX_AC97 driver is for the old AC97 bus implementation,
> > and conflicts with all the new-style AC97 drivers after the conversion,
> > so the drivers we want all get turned off.
> >
> > Not disabling the symbol however does the right thing, and we get
> > the drivers that are selectively enabled here.
> >
> > Fixes: 25540f68c871 ("ASoC: pxa: change ac97 dependencies")
> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> Yes, most certainly.
>
> Acked-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>

Applied to arm/defconfig for 5.1 now, thanks for taking a look

Arnd