All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: Export snd_pcm_constraint_mask64()
@ 2014-02-20  3:16 Mark Brown
  2014-02-20  7:09 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2014-02-20  3:16 UTC (permalink / raw)
  To: Stephen Rothwell, Takashi Iwai; +Cc: alsa-devel, Lars-Peter Clausen, Mark Brown

From: Mark Brown <broonie@linaro.org>

Allow modules to use it, fixing a build failure when the newly added
ADAU1977 driver is built as a module.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
---

OK to apply this to the ASoC tree?

 sound/core/pcm_lib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c
index 6630a4e..ce83def 100644
--- a/sound/core/pcm_lib.c
+++ b/sound/core/pcm_lib.c
@@ -1240,6 +1240,7 @@ int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_par
 		return -EINVAL;
 	return 0;
 }
+EXPORT_SYMBOL(snd_pcm_hw_constraint_mask64);
 
 /**
  * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
-- 
1.9.0.rc3

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

* Re: [PATCH] ALSA: Export snd_pcm_constraint_mask64()
  2014-02-20  3:16 [PATCH] ALSA: Export snd_pcm_constraint_mask64() Mark Brown
@ 2014-02-20  7:09 ` Takashi Iwai
  2014-02-20  8:55   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2014-02-20  7:09 UTC (permalink / raw)
  To: Mark Brown; +Cc: Stephen Rothwell, alsa-devel, Lars-Peter Clausen, Mark Brown

At Thu, 20 Feb 2014 12:16:07 +0900,
Mark Brown wrote:
> 
> From: Mark Brown <broonie@linaro.org>
> 
> Allow modules to use it, fixing a build failure when the newly added
> ADAU1977 driver is built as a module.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
> 
> OK to apply this to the ASoC tree?

Sure, feel free to take my ack
	Acked-by: Takashi Iwai <tiwai@suse.de>


Takashi

> 
>  sound/core/pcm_lib.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c
> index 6630a4e..ce83def 100644
> --- a/sound/core/pcm_lib.c
> +++ b/sound/core/pcm_lib.c
> @@ -1240,6 +1240,7 @@ int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_par
>  		return -EINVAL;
>  	return 0;
>  }
> +EXPORT_SYMBOL(snd_pcm_hw_constraint_mask64);
>  
>  /**
>   * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
> -- 
> 1.9.0.rc3
> 

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

* Re: [PATCH] ALSA: Export snd_pcm_constraint_mask64()
  2014-02-20  7:09 ` Takashi Iwai
@ 2014-02-20  8:55   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-02-20  8:55 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Stephen Rothwell, alsa-devel, Lars-Peter Clausen


[-- Attachment #1.1: Type: text/plain, Size: 225 bytes --]

On Thu, Feb 20, 2014 at 08:09:58AM +0100, Takashi Iwai wrote:
> Mark Brown wrote:

> > OK to apply this to the ASoC tree?

> Sure, feel free to take my ack
> 	Acked-by: Takashi Iwai <tiwai@suse.de>

Great, thanks - done now.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2014-02-20  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20  3:16 [PATCH] ALSA: Export snd_pcm_constraint_mask64() Mark Brown
2014-02-20  7:09 ` Takashi Iwai
2014-02-20  8:55   ` 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.