All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
@ 2011-09-19  8:34 Axel Lin
  2011-09-19  8:35   ` Vinod Koul
  2011-09-19 10:30   ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Axel Lin @ 2011-09-19  8:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Vinod Koul, Harsha Priya, Liam Girdwood, Mark Brown, alsa-devel

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/codecs/sn95031.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
index b4f1cb4..29945b0 100644
--- a/sound/soc/codecs/sn95031.c
+++ b/sound/soc/codecs/sn95031.c
@@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute)
 	return 0;
 }
 
-int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
+static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
 		struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
 {
 	unsigned int format, rate;
-- 
1.7.4.1

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

* Re: [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
  2011-09-19  8:34 [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params Axel Lin
@ 2011-09-19  8:35   ` Vinod Koul
  2011-09-19 10:30   ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2011-09-19  8:35 UTC (permalink / raw)
  To: Axel Lin
  Cc: alsa-devel, Mark Brown, Harsha Priya, linux-kernel, Liam Girdwood

On Mon, 2011-09-19 at 16:34 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/sn95031.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
> index b4f1cb4..29945b0 100644
> --- a/sound/soc/codecs/sn95031.c
> +++ b/sound/soc/codecs/sn95031.c
> @@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute)
>  	return 0;
>  }
>  
> -int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
> +static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
>  		struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
>  {
>  	unsigned int format, rate;

Acked-by: Vinod Koul <vinod.koul@linux.intel.com>

-- 
~Vinod

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

* Re: [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
@ 2011-09-19  8:35   ` Vinod Koul
  0 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2011-09-19  8:35 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Harsha Priya, Liam Girdwood, Mark Brown, alsa-devel

On Mon, 2011-09-19 at 16:34 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
>  sound/soc/codecs/sn95031.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
> index b4f1cb4..29945b0 100644
> --- a/sound/soc/codecs/sn95031.c
> +++ b/sound/soc/codecs/sn95031.c
> @@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai *dai, int mute)
>  	return 0;
>  }
>  
> -int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
> +static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
>  		struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
>  {
>  	unsigned int format, rate;

Acked-by: Vinod Koul <vinod.koul@linux.intel.com>

-- 
~Vinod


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

* Re: [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
  2011-09-19  8:35   ` Vinod Koul
  (?)
@ 2011-09-19  9:26   ` Girdwood, Liam
  -1 siblings, 0 replies; 6+ messages in thread
From: Girdwood, Liam @ 2011-09-19  9:26 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Axel Lin, Mark Brown, Harsha Priya, linux-kernel, alsa-devel

On 19 September 2011 09:35, Vinod Koul <vinod.koul@linux.intel.com> wrote:

> On Mon, 2011-09-19 at 16:34 +0800, Axel Lin wrote:
> > Signed-off-by: Axel Lin <axel.lin@gmail.com>
> > ---
> >  sound/soc/codecs/sn95031.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c
> > index b4f1cb4..29945b0 100644
> > --- a/sound/soc/codecs/sn95031.c
> > +++ b/sound/soc/codecs/sn95031.c
> > @@ -658,7 +658,7 @@ static int sn95031_pcm_spkr_mute(struct snd_soc_dai
> *dai, int mute)
> >       return 0;
> >  }
> >
> > -int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
> > +static int sn95031_pcm_hw_params(struct snd_pcm_substream *substream,
> >               struct snd_pcm_hw_params *params, struct snd_soc_dai *dai)
> >  {
> >       unsigned int format, rate;
>
> Acked-by: Vinod Koul <vinod.koul@linux.intel.com>
>
> --
> ~Vinod
>
>
Acked-by: Liam Girdwood <lrg@ti.com>

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

* Re: [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
  2011-09-19  8:34 [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params Axel Lin
@ 2011-09-19 10:30   ` Mark Brown
  2011-09-19 10:30   ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-09-19 10:30 UTC (permalink / raw)
  To: Axel Lin
  Cc: Vinod Koul, Harsha Priya, linux-kernel, alsa-devel, Liam Girdwood

On Mon, Sep 19, 2011 at 04:34:28PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

* Re: [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params
@ 2011-09-19 10:30   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-09-19 10:30 UTC (permalink / raw)
  To: Axel Lin
  Cc: linux-kernel, Vinod Koul, Harsha Priya, Liam Girdwood, alsa-devel

On Mon, Sep 19, 2011 at 04:34:28PM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2011-09-19 10:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-19  8:34 [PATCH] ASoC: sn95031: Staticize sn95031_pcm_hw_params Axel Lin
2011-09-19  8:35 ` Vinod Koul
2011-09-19  8:35   ` Vinod Koul
2011-09-19  9:26   ` Girdwood, Liam
2011-09-19 10:30 ` Mark Brown
2011-09-19 10:30   ` 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.