[alsa-devel] [PATCH] ASoC: Staticise asoc_idma_platform

Sangbeom Kim sbkim73 at samsung.com
Wed Dec 14 01:56:48 CET 2011


On Mon, Dec 12, 2011 at 11:48 PM, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie at 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 at samsung.com>

Thanks,
Sangbeom,




More information about the Alsa-devel mailing list