linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency
@ 2009-10-10 15:53 Wu Zhangjin
  2009-10-10 15:53 ` Wu Zhangjin
  2009-10-15  2:22 ` Wu Zhangjin
  0 siblings, 2 replies; 5+ messages in thread
From: Wu Zhangjin @ 2009-10-10 15:53 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-mips, loongson-dev
  Cc: Jaya Kumar, Jaroslav Kysela, Linus Torvalds, Wu Zhangjin

SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
machines, and checked it with ARCH=x86_64, no relative compiling
warnings & errors, so, remove the platform dependency directly.

Reported-by: rixed@happyleptic.org
Acked-by: Andres Salomon <dilinger@collabora.co.uk>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
 sound/pci/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index fb5ee3c..75c602b 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -259,7 +259,6 @@ config SND_CS5530
 
 config SND_CS5535AUDIO
 	tristate "CS5535/CS5536 Audio"
-	depends on X86 && !X86_64
 	select SND_PCM
 	select SND_AC97_CODEC
 	help
-- 
1.6.2.1

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

* [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency
  2009-10-10 15:53 [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency Wu Zhangjin
@ 2009-10-10 15:53 ` Wu Zhangjin
  2009-10-15  2:22 ` Wu Zhangjin
  1 sibling, 0 replies; 5+ messages in thread
From: Wu Zhangjin @ 2009-10-10 15:53 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-mips, loongson-dev
  Cc: Jaya Kumar, Jaroslav Kysela, Linus Torvalds, Wu Zhangjin

SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
machines, and checked it with ARCH=x86_64, no relative compiling
warnings & errors, so, remove the platform dependency directly.

Reported-by: rixed@happyleptic.org
Acked-by: Andres Salomon <dilinger@collabora.co.uk>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
 sound/pci/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index fb5ee3c..75c602b 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -259,7 +259,6 @@ config SND_CS5530
 
 config SND_CS5535AUDIO
 	tristate "CS5535/CS5536 Audio"
-	depends on X86 && !X86_64
 	select SND_PCM
 	select SND_AC97_CODEC
 	help
-- 
1.6.2.1

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

* [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency
  2009-10-10 15:53 [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency Wu Zhangjin
  2009-10-10 15:53 ` Wu Zhangjin
@ 2009-10-15  2:22 ` Wu Zhangjin
  2009-10-30 10:32   ` Takashi Iwai
  1 sibling, 1 reply; 5+ messages in thread
From: Wu Zhangjin @ 2009-10-15  2:22 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-mips, loongson-dev
  Cc: Jaya Kumar, Jaroslav Kysela, Linus Torvalds, Wu Zhangjin,
	Takashi Iwai, linux-sound

Add CC to: Takashi Iwai <tiwai@suse.de>, linux-sound@vger.kernel.org

SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
machines, and checked it with ARCH=x86_64, no relative compiling
warnings & errors, so, remove the platform dependency directly.

Reported-by: rixed@happyleptic.org
Acked-by: Andres Salomon <dilinger@collabora.co.uk>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
 sound/pci/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index fb5ee3c..75c602b 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -259,7 +259,6 @@ config SND_CS5530
 
 config SND_CS5535AUDIO
 	tristate "CS5535/CS5536 Audio"
-	depends on X86 && !X86_64
 	select SND_PCM
 	select SND_AC97_CODEC
 	help
-- 
1.6.2.1

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

* Re: [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency
  2009-10-15  2:22 ` Wu Zhangjin
@ 2009-10-30 10:32   ` Takashi Iwai
  2009-10-30 10:32     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2009-10-30 10:32 UTC (permalink / raw)
  To: wuzhangjin
  Cc: Linux Kernel Mailing List, linux-mips, loongson-dev, Jaya Kumar,
	Jaroslav Kysela, Linus Torvalds, Wu Zhangjin, linux-sound

At Thu, 15 Oct 2009 10:22:54 +0800,
Wu Zhangjin wrote:
> 
> Add CC to: Takashi Iwai <tiwai@suse.de>, linux-sound@vger.kernel.org
> 
> SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
> machines, and checked it with ARCH=x86_64, no relative compiling
> warnings & errors, so, remove the platform dependency directly.
> 
> Reported-by: rixed@happyleptic.org
> Acked-by: Andres Salomon <dilinger@collabora.co.uk>
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>

Thanks, applied now.


Takashi

> ---
>  sound/pci/Kconfig |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
> index fb5ee3c..75c602b 100644
> --- a/sound/pci/Kconfig
> +++ b/sound/pci/Kconfig
> @@ -259,7 +259,6 @@ config SND_CS5530
>  
>  config SND_CS5535AUDIO
>  	tristate "CS5535/CS5536 Audio"
> -	depends on X86 && !X86_64
>  	select SND_PCM
>  	select SND_AC97_CODEC
>  	help
> -- 
> 1.6.2.1
> 
> 

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

* Re: [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency
  2009-10-30 10:32   ` Takashi Iwai
@ 2009-10-30 10:32     ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2009-10-30 10:32 UTC (permalink / raw)
  To: wuzhangjin
  Cc: Linux Kernel Mailing List, linux-mips, loongson-dev, Jaya Kumar,
	Jaroslav Kysela, Linus Torvalds, linux-sound

At Thu, 15 Oct 2009 10:22:54 +0800,
Wu Zhangjin wrote:
> 
> Add CC to: Takashi Iwai <tiwai@suse.de>, linux-sound@vger.kernel.org
> 
> SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
> machines, and checked it with ARCH=x86_64, no relative compiling
> warnings & errors, so, remove the platform dependency directly.
> 
> Reported-by: rixed@happyleptic.org
> Acked-by: Andres Salomon <dilinger@collabora.co.uk>
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>

Thanks, applied now.


Takashi

> ---
>  sound/pci/Kconfig |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
> index fb5ee3c..75c602b 100644
> --- a/sound/pci/Kconfig
> +++ b/sound/pci/Kconfig
> @@ -259,7 +259,6 @@ config SND_CS5530
>  
>  config SND_CS5535AUDIO
>  	tristate "CS5535/CS5536 Audio"
> -	depends on X86 && !X86_64
>  	select SND_PCM
>  	select SND_AC97_CODEC
>  	help
> -- 
> 1.6.2.1
> 
> 

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

end of thread, other threads:[~2009-10-30 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 15:53 [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency Wu Zhangjin
2009-10-10 15:53 ` Wu Zhangjin
2009-10-15  2:22 ` Wu Zhangjin
2009-10-30 10:32   ` Takashi Iwai
2009-10-30 10:32     ` 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).