[alsa-devel] [RFC][PATCH] ASoC: Fix build dependency for SND_SOC_JZ4740_CODEC

Lars-Peter Clausen lars at metafoo.de
Tue Dec 6 09:55:45 CET 2011


On 12/06/2011 08:38 AM, Axel Lin wrote:
> Currently SND_SOC_JZ4740_CODEC depends on SOC_JZ4740 but SOC_JZ4740 is not
> defined in any Kconfig. Thus the codec driver will not be built when select
> "Build all ASoC CODEC drivers". 
> (Unless it is selected by SND_JZ4740_SOC_QI_LB60).
> Remove the dependency with SOC_JZ4740, then this code driver can be built when
> select "Build all ASoC CODEC drivers".
> 
> Signed-off-by: Axel Lin <axel.lin at gmail.com>

Acked-by: Lars-Peter Clausen <lars at metafoo.de>

> ---
> I'm a little bit doubt if I should just remove the dependency as this patch does.
> Or alternatively make it depends on MACH_JZ4740.
> Comments?

MACH_JZ4740 was called SOC_JZ4740 at some point, seems like this one slipped
through the renaming. But since there is no compile time dependency on any
MACH_JZ4740 specific functionality it should be fine to remove the
dependency completely.

Thanks.

> 
> Axel
>  sound/soc/codecs/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
> index bc2364ac..7c205e7 100644
> --- a/sound/soc/codecs/Kconfig
> +++ b/sound/soc/codecs/Kconfig
> @@ -35,7 +35,7 @@ config SND_SOC_ALL_CODECS
>  	select SND_SOC_CX20442
>  	select SND_SOC_DA7210 if I2C
>  	select SND_SOC_DFBMCS320
> -	select SND_SOC_JZ4740_CODEC if SOC_JZ4740
> +	select SND_SOC_JZ4740_CODEC
>  	select SND_SOC_LM4857 if I2C
>  	select SND_SOC_MAX98088 if I2C
>  	select SND_SOC_MAX98095 if I2C



More information about the Alsa-devel mailing list