All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board
@ 2009-03-05 20:44 Hugo Villeneuve
  2009-03-08  2:45 ` Kevin Hilman
  2009-03-08  2:47 ` Kevin Hilman
  0 siblings, 2 replies; 5+ messages in thread
From: Hugo Villeneuve @ 2009-03-05 20:44 UTC (permalink / raw)
  To: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw
  Cc: davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/

Signed-off-by: Hugo Villeneuve <hugo-rg2e/+w5TaNBDgjK7y7TUQ@public.gmane.org>
---
 sound/soc/davinci/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index 7d3a85d..411a710 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -21,7 +21,7 @@ config SND_DAVINCI_SOC_EVM
 
 config SND_DAVINCI_SOC_SFFSDR
 	tristate "SoC Audio support for SFFSDR"
-	depends on SND_DAVINCI_SOC && MACH_DAVINCI_SFFSDR
+	depends on SND_DAVINCI_SOC && MACH_SFFSDR
 	select SND_DAVINCI_SOC_I2S
 	select SND_SOC_PCM3008
 	select SFFSDR_FPGA
-- 
1.5.4.5

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

* [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board
@ 2009-03-06 20:56 Hugo Villeneuve
  2009-03-06 21:58 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Hugo Villeneuve @ 2009-03-06 20:56 UTC (permalink / raw)
  To: alsa-devel

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
---
 sound/soc/davinci/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index 7d3a85d..411a710 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -21,7 +21,7 @@ config SND_DAVINCI_SOC_EVM
 
 config SND_DAVINCI_SOC_SFFSDR
 	tristate "SoC Audio support for SFFSDR"
-	depends on SND_DAVINCI_SOC && MACH_DAVINCI_SFFSDR
+	depends on SND_DAVINCI_SOC && MACH_SFFSDR
 	select SND_DAVINCI_SOC_I2S
 	select SND_SOC_PCM3008
 	select SFFSDR_FPGA
-- 
1.5.4.5

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

* Re: [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board
  2009-03-06 20:56 Hugo Villeneuve
@ 2009-03-06 21:58 ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2009-03-06 21:58 UTC (permalink / raw)
  To: Hugo Villeneuve; +Cc: alsa-devel

On Fri, Mar 06, 2009 at 03:56:53PM -0500, Hugo Villeneuve wrote:
> Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>

Applied, thanks.

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

* Re: [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board
  2009-03-05 20:44 [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board Hugo Villeneuve
@ 2009-03-08  2:45 ` Kevin Hilman
  2009-03-08  2:47 ` Kevin Hilman
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2009-03-08  2:45 UTC (permalink / raw)
  To: Hugo Villeneuve; +Cc: alsa-devel, davinci-linux-open-source

Hugo Villeneuve <hugo@hugovil.com> writes:

> Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
> ---
>  sound/soc/davinci/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
> index 7d3a85d..411a710 100644
> --- a/sound/soc/davinci/Kconfig
> +++ b/sound/soc/davinci/Kconfig
> @@ -21,7 +21,7 @@ config SND_DAVINCI_SOC_EVM
>  
>  config SND_DAVINCI_SOC_SFFSDR
>  	tristate "SoC Audio support for SFFSDR"
> -	depends on SND_DAVINCI_SOC && MACH_DAVINCI_SFFSDR
> +	depends on SND_DAVINCI_SOC && MACH_SFFSDR
>  	select SND_DAVINCI_SOC_I2S
>  	select SND_SOC_PCM3008
>  	select SFFSDR_FPGA

Thanks, pushed.

Kevin

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

* Re: [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board
  2009-03-05 20:44 [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board Hugo Villeneuve
  2009-03-08  2:45 ` Kevin Hilman
@ 2009-03-08  2:47 ` Kevin Hilman
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2009-03-08  2:47 UTC (permalink / raw)
  To: Hugo Villeneuve; +Cc: alsa-devel, davinci-linux-open-source

Hugo Villeneuve <hugo@hugovil.com> writes:

> Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

This has also been pushed to DaVinci git until it get merged into the
asoc base.

Kevin

> ---
>  sound/soc/davinci/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
> index 7d3a85d..411a710 100644
> --- a/sound/soc/davinci/Kconfig
> +++ b/sound/soc/davinci/Kconfig
> @@ -21,7 +21,7 @@ config SND_DAVINCI_SOC_EVM
>  
>  config SND_DAVINCI_SOC_SFFSDR
>  	tristate "SoC Audio support for SFFSDR"
> -	depends on SND_DAVINCI_SOC && MACH_DAVINCI_SFFSDR
> +	depends on SND_DAVINCI_SOC && MACH_SFFSDR
>  	select SND_DAVINCI_SOC_I2S
>  	select SND_SOC_PCM3008
>  	select SFFSDR_FPGA
> -- 
> 1.5.4.5
>
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

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

end of thread, other threads:[~2009-03-08  2:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 20:44 [PATCH 1/1] ALSA: ASoC: Davinci: Fix incorrect machine type for SFFSDR board Hugo Villeneuve
2009-03-08  2:45 ` Kevin Hilman
2009-03-08  2:47 ` Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2009-03-06 20:56 Hugo Villeneuve
2009-03-06 21:58 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.