alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: sis7019: Simplify dependencies
@ 2014-03-11 13:30 Jean Delvare
  2014-03-11 13:54 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-03-11 13:30 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Wei Yongjun

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(-)

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: sis7019: Simplify dependencies
  2014-03-11 13:30 [PATCH] ALSA: sis7019: Simplify dependencies Jean Delvare
@ 2014-03-11 13:54 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2014-03-11 13:54 UTC (permalink / raw)
  To: Jean Delvare; +Cc: alsa-devel, Wei Yongjun

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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-11 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-11 13:30 [PATCH] ALSA: sis7019: Simplify dependencies Jean Delvare
2014-03-11 13:54 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).