[alsa-devel] [PATCH 4/4] Separate common pxa2xx-pcm code
Mark Brown
broonie at sirena.org.uk
Thu Sep 11 16:34:42 CEST 2008
On Wed, Sep 10, 2008 at 05:01:20AM +0400, Dmitry Baryshkov wrote:
> config SND_PXA2XX_LIB
> tristate
> - select SND_AC97_CODEC
> + select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
> +
> +config SND_PXA2XX_LIB_AC97
> + bool
>
> config SND_PXA2XX_AC97
> tristate "AC97 driver for the Intel PXA2xx chip"
> depends on ARCH_PXA
> select SND_PXA2XX_PCM
> - select SND_PXA2XX_LIB
> + select SND_PXA2XX_LIB_AC97
The select on SND_PXA2XX_LIB needs to stay since SND_PXA2XX_LIB_AC97
only does anything if SND_PXA2XX_LIB is selected. Again, I'll fix this
up locally.
More information about the Alsa-devel
mailing list