[alsa-devel] [PATCH 1/4] Separate common pxa2xx-ac97 code

Mark Brown broonie at sirena.org.uk
Thu Sep 11 16:30:07 CEST 2008


On Wed, Sep 10, 2008 at 05:01:17AM +0400, Dmitry Baryshkov wrote:

> +config SND_PXA2XX_LIB
> +	tristate
> +	select SND_AC97_CODEC
> +
>  config SND_PXA2XX_AC97
>  	tristate "AC97 driver for the Intel PXA2xx chip"
>  	depends on ARCH_PXA
>  	select SND_PXA2XX_PCM
> -	select SND_AC97_CODEC
> +	select SND_PXA2XX_LIB
>  	help

Since select ignores dependency information in the selected thing the
select for SND_AC97_CODEC needs to stay in SND_PXA2XX_AC97.  I'll fix
this up locally.


More information about the Alsa-devel mailing list