Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct
@ 2008-09-12 20:42 Steve Sakoman
  2008-09-12 20:46 ` Felipe Balbi
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2008-09-12 20:42 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org, alsa-devel

Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to
snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: Steve Sakoman <steve@sakoman.com>
---
 sound/soc/omap/overo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c
index 542ff6b..1a086ce 100644
--- a/sound/soc/omap/overo.c
+++ b/sound/soc/omap/overo.c
@@ -39,8 +39,8 @@ static int overo_hw_params(struct snd_pcm_substream
*substream,
 	struct snd_pcm_hw_params *params)
 {
 	struct snd_soc_pcm_runtime *rtd = substream->private_data;
-	struct snd_soc_codec_dai *codec_dai = rtd->dai->codec_dai;
-	struct snd_soc_cpu_dai *cpu_dai = rtd->dai->cpu_dai;
+	struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;
+	struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;
 	int ret;

 	/* Set codec DAI configuration */
-- 
1.5.6.5

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

* Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct
  2008-09-12 20:42 [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct Steve Sakoman
@ 2008-09-12 20:46 ` Felipe Balbi
  2008-09-12 20:50   ` Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Felipe Balbi @ 2008-09-12 20:46 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: linux-omap@vger.kernel.org, alsa-devel

On Fri, Sep 12, 2008 at 01:42:42PM -0700, Steve Sakoman wrote:

should this be From: Jarkko ???

> Structs snd_soc_codec_dai and snd_soc_cpu_dai are obsolete and are merged to
> snd_soc_dai by the commit 8687eb8bded8c3c5842a85bd0c30e43fc5a3e0e0.
> 
> Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
> Acked-by: Steve Sakoman <steve@sakoman.com>
> ---
>  sound/soc/omap/overo.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c
> index 542ff6b..1a086ce 100644
> --- a/sound/soc/omap/overo.c
> +++ b/sound/soc/omap/overo.c
> @@ -39,8 +39,8 @@ static int overo_hw_params(struct snd_pcm_substream
> *substream,
>  	struct snd_pcm_hw_params *params)
>  {
>  	struct snd_soc_pcm_runtime *rtd = substream->private_data;
> -	struct snd_soc_codec_dai *codec_dai = rtd->dai->codec_dai;
> -	struct snd_soc_cpu_dai *cpu_dai = rtd->dai->cpu_dai;
> +	struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;
> +	struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;
>  	int ret;
> 
>  	/* Set codec DAI configuration */

-- 
balbi

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

* Re: [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct
  2008-09-12 20:46 ` Felipe Balbi
@ 2008-09-12 20:50   ` Steve Sakoman
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Sakoman @ 2008-09-12 20:50 UTC (permalink / raw)
  To: me; +Cc: alsa-devel, linux-omap@vger.kernel.org

On Fri, Sep 12, 2008 at 1:46 PM, Felipe Balbi <me@felipebalbi.com> wrote:

> should this be From: Jarkko ???

Indeed. Will resubmit.

Steve

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

end of thread, other threads:[~2008-09-12 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-12 20:42 [PATCH] ASoC: OMAP: Fix Gumstix Overo machine driver by using snd_soc_dai struct Steve Sakoman
2008-09-12 20:46 ` Felipe Balbi
2008-09-12 20:50   ` Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox