* [PATCH] ASoC: Staticise asoc_idma_platform
@ 2011-12-12 14:48 Mark Brown
2011-12-14 0:56 ` Sangbeom Kim
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-12-12 14:48 UTC (permalink / raw)
To: Sangbeom Kim, Liam Girdwood; +Cc: alsa-devel, patches, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/samsung/idma.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
index baf97eb..2bcf758 100644
--- a/sound/soc/samsung/idma.c
+++ b/sound/soc/samsung/idma.c
@@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr)
idma.lp_tx_addr = addr;
}
-struct snd_soc_platform_driver asoc_idma_platform = {
+static struct snd_soc_platform_driver asoc_idma_platform = {
.ops = &idma_ops,
.pcm_new = idma_new,
.pcm_free = idma_free,
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Staticise asoc_idma_platform
2011-12-12 14:48 [PATCH] ASoC: Staticise asoc_idma_platform Mark Brown
@ 2011-12-14 0:56 ` Sangbeom Kim
0 siblings, 0 replies; 2+ messages in thread
From: Sangbeom Kim @ 2011-12-14 0:56 UTC (permalink / raw)
To: 'Mark Brown', 'Liam Girdwood'; +Cc: alsa-devel, patches
On Mon, Dec 12, 2011 at 11:48 PM, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/samsung/idma.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
> index baf97eb..2bcf758 100644
> --- a/sound/soc/samsung/idma.c
> +++ b/sound/soc/samsung/idma.c
> @@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t
> addr)
> idma.lp_tx_addr = addr;
> }
>
> -struct snd_soc_platform_driver asoc_idma_platform = {
> +static struct snd_soc_platform_driver asoc_idma_platform = {
> .ops = &idma_ops,
> .pcm_new = idma_new,
> .pcm_free = idma_free,
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Thanks,
Sangbeom,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-14 0:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 14:48 [PATCH] ASoC: Staticise asoc_idma_platform Mark Brown
2011-12-14 0:56 ` Sangbeom Kim
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).