diff mbox

ALSA: sis7019: Simplify dependencies

Message ID 20140311143007.23b2e2d2@endymion.delvare (mailing list archive)
State Accepted
Headers show

Commit Message

Jean Delvare March 11, 2014, 1:30 p.m. UTC
Kconfig symbol X86_32 was introduced in October 2005, it's about time
to use it :-)

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 sound/pci/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai March 11, 2014, 1:54 p.m. UTC | #1
At Tue, 11 Mar 2014 14:30:07 +0100,
Jean Delvare wrote:
> 
> Kconfig symbol X86_32 was introduced in October 2005, it's about time
> to use it :-)
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Takashi Iwai <tiwai@suse.de>
> Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied, thanks.


Takashi

> ---
>  sound/pci/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-3.14-rc6.orig/sound/pci/Kconfig	2014-03-11 11:29:10.346528331 +0100
> +++ linux-3.14-rc6/sound/pci/Kconfig	2014-03-11 14:23:58.996511875 +0100
> @@ -797,7 +797,7 @@ config SND_RME9652
>  
>  config SND_SIS7019
>  	tristate "SiS 7019 Audio Accelerator"
> -	depends on X86 && !X86_64
> +	depends on X86_32
>  	select SND_AC97_CODEC
>  	select ZONE_DMA
>  	help
> 
> 
> -- 
> Jean Delvare
> SUSE L3 Support
>
diff mbox

Patch

--- linux-3.14-rc6.orig/sound/pci/Kconfig	2014-03-11 11:29:10.346528331 +0100
+++ linux-3.14-rc6/sound/pci/Kconfig	2014-03-11 14:23:58.996511875 +0100
@@ -797,7 +797,7 @@  config SND_RME9652
 
 config SND_SIS7019
 	tristate "SiS 7019 Audio Accelerator"
-	depends on X86 && !X86_64
+	depends on X86_32
 	select SND_AC97_CODEC
 	select ZONE_DMA
 	help